/** * Makes sure that the given directory exists and if not then it creates it */ export declare function ensureDirectory(dir: string): Promise; //# sourceMappingURL=ensureDirectory.d.ts.map