import * as ts from "typescript"; export declare const getNodeTypeNode: (node: ts.Node) => ts.TypeNode | undefined;