import * as ts from 'typescript/lib/tsserverlibrary'; export declare function findNode(typescript: typeof ts, sourceFile: ts.SourceFile, position: number): ts.Node | undefined; export declare function findTemplateNodes(typescript: typeof ts, sourceFile: ts.SourceFile, tag: string): ts.TaggedTemplateExpression[];