/// import fs from 'fs'; export declare const mkdir: typeof fs.mkdir.__promisify__; export declare const writeFileAsync: ({ path, content, }: { path: string; content: string; }) => Promise;