import * as ts from 'typescript'; import * as lsp from 'vscode-languageserver-protocol'; export declare function collectDocumentSymbols(sourceFile: ts.SourceFile, parent: ts.NavigationTree, flatten?: boolean): lsp.DocumentSymbol[];