export declare const writeFile: (path: string, content?: string) => Promise<boolean>;
export default writeFile;
