import * as ts from 'typescript';
import { ParsedSourceFile } from './model';
export declare function parseSourceFile(file: ts.SourceFile): ParsedSourceFile;
