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