export declare function logToFile(level: string, message: string): Promise; export declare function logSection(title: string): Promise; export declare function logSystemInfo(): Promise; export declare function getLogPath(): string;