/** * See https://github.com/jprichardson/node-fs-extra/blob/master/docs/ensureDir.md#ensuredirdir-callback */ declare function makeDirs(dirs: Array | string): Promise>; export { makeDirs }; //# sourceMappingURL=make-dirs.d.ts.map