interface LogFileResult { path: string; } export declare function runLogFile(): Promise; export {};