import { TypeDescription } from '../types';
export declare function parseFile(filename: string, tsconfig?: string): TypeDescription[];
