import * as ts from 'typescript'; import { Scope } from '../../scope/scope'; export declare function IsTypescriptType(node: ts.Node): boolean; export declare function GetTypescriptTypeDescriptor(node: ts.TypeReferenceNode, scope: Scope): ts.Expression;