export declare class Validators { static folderExists(folder: string): void; static folderNotEmpty(folder: string): void; static fileExists(file: string): boolean; }