//#region src/index.d.ts
declare function updateCheck(currentVersion: string): Promise<void>;
//#endregion
export { updateCheck };