export declare function directoryExists(dirPath: string): boolean; export declare function createDirectory(dirPath: string): void; export declare function removeDirectory(dirPath: string, onError?: (message: string) => void): void;