import { CustomCompilerHost } from "./"; export declare function readFile(this: CustomCompilerHost, fileName: string, encoding?: string): string | undefined;