export declare const getLogsDir: () => string; export declare const createLogsDir: (path: string) => Promise; export declare const writeLog: (path: string, logData: string) => Promise;