/**
 * Creates a directory and any parent directories if they don't exist
 * @param dirPath - The path to create
 */
export declare function createDirectory(dirPath: string): void;
//# sourceMappingURL=fs.d.ts.map