export declare const createOutDir: (outDir: string) => Promise<{ dir: string; init: () => Promise; clean: () => Promise; write: (filename: string, content: string) => Promise; }>; //# sourceMappingURL=createOutDir.d.ts.map