import type * as ts from 'typescript';
export declare function GetEnumDeclarationDescriptor(node: ts.EnumDeclaration): ts.Expression;
