export declare function requireModule(modulePath: string): any;
export declare function moduleExists(modulePath: string): boolean | "";
export declare function fileExists(filePath: string): boolean;
export declare function dirExists(dirPath: string): boolean;
