import * as tt from 'typescript'; import Scope from './Scope'; export default function transformExpressionWithTypeArguments(node: tt.ExpressionWithTypeArguments, scope: Scope): string;