export declare class EnumsHelper { static getEnum(enumeration: any, enumName: any): { [k: string]: any; }; }