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