export declare function createDir(dir: string): Promise<void>;
