export declare function getUpdateLogPath(): Promise; export declare function appendUpdateLog(text: string): Promise; export declare function readUpdateLog(): Promise<{ path: string; content: string; truncated: boolean; }>;