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