declare function readFile(filePath: string): Promise<string>;

export { readFile };
