import * as ts from "typescript"; export declare function findDeclaration(node: ts.Node, typeChecker: ts.TypeChecker): ts.Declaration | undefined;