export interface UpdateCheck { current: string; latest: string; hasUpdate: boolean; changelog?: string; } export declare function checkForUpdate(): Promise; export declare function formatUpdateNotice(check: UpdateCheck): string; //# sourceMappingURL=auto-update.d.ts.map