import * as ts from 'typescript';
export declare function getSourceNodes(sourceFile: ts.SourceFile): ts.Node[];
