export declare const getEnumValues: (enumeration: any) => string[]; export declare const getMaxLengthOfEnumValues: (enumeration: any) => number;