export declare const writefile: (filepath: string, content?: string) => Promise<boolean>;
