export declare function dirExists(dirName: string): boolean;
export declare function fileExists(fileName: string): boolean;
