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