export declare function toEnumFromValue(mapping: any, value: string): T; export declare function toEnumType(value: T, mapping: any): TYPE;