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