import { ISourceFile } from './types'; export declare function readSourceFile(file: string, searchPaths: Array): ISourceFile;