/** * Read a file and return its text */ export declare function readFile(path: string): string;