export declare const cleanDirectory: (directory: string) => Promise; export declare const validatePath: (path: string) => void;