import { WritableData } from 'fs-jetpack/types';
export declare function writeFile(file: string, content: WritableData): Promise<void>;
