export declare function makeDir(root: string, options?: { recursive: boolean; }): Promise;