import * as ts from 'typescript'; import { Scope } from '../../scope/scope'; export declare function GetExpressionWithTypeArgumentsDescriptor(node: ts.ExpressionWithTypeArguments, scope: Scope): ts.Expression;