export declare class Mkdir { static exists(...paths: string[]): string; } export declare function findUp(name: string, cwd?: string): Promise; //# sourceMappingURL=index.d.ts.map