export declare function isDirectory(dir: string): boolean; export declare function readFile(path: string): string; export declare function readDir(path: string): string[];