export declare const writeToFile: { console: { log: (...args: any[]) => void; reset(): void; read(): any[]; }; };