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