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