import type * as ts from 'typescript';
import { Scope } from '../../scope/scope';
export declare function GetCallExpressionDescriptor(node: ts.CallExpression, scope: Scope): ts.Expression;
export declare function GetCallExpressionType(node: ts.CallExpression): ts.Node;
