export declare const writeFile: (data: string, dest: string, cb?: (() => void) | undefined) => void;
