export declare const writeToFile: (path: string) => (content: string) => Promise<void>;
