/** * Ensure a directory exists, creating it recursively if needed. */ export declare function ensureDir(dirPath: string): Promise; //# sourceMappingURL=helpers.d.ts.map