export declare function readFile(filePath: string): Promise; export declare function readJsonFile(filePath: string): Promise;