export declare const createDir: (dirPath: string) => Promise<unknown>;
