import * as ts from 'typescript'; import { Scope } from '../../scope/scope'; export declare function GetFunctionTypeDescriptor(node: ts.FunctionTypeNode | ts.CallSignatureDeclaration | ts.ConstructSignatureDeclaration, scope: Scope): ts.Expression;