declare const readFile: (filePath: string) => Promise<any>;
export default readFile;
