/** Make sure a directory exists on the file system */ export declare const makeSureDirExists: (path: string) => Promise;