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