export declare function enumNames(enumType: object): string[]; export declare function enumStringMap(enumType: object): { [key: string]: string; };