export declare const createDir: (absPath: string) => Promise; export declare const existsDir: (absPath: string) => Promise; export declare const createDirIfNotExists: (absPath: string) => Promise; export declare const promiseFs: { createDir: (absPath: string) => Promise; existsDir: (absPath: string) => Promise; createDirIfNotExists: (absPath: string) => Promise; }; export default promiseFs; //# sourceMappingURL=promiseFs.d.ts.map