/** * Synchronous check to see if the given path exists and is a directory. */ export declare const dirExists: (...parts: string[]) => boolean; //# sourceMappingURL=dir-exists.d.ts.map