export declare const ROLLER_STATUS_VALUE_MAP: Record; export declare const ROLLER_STATUS_REVERSE_VALUE_MAP: Record; export declare const ROLLER_COMMAND_VALUE_MAP: Record; export declare const ROLLER_COMMAND_REVERSE_VALUE_MAP: Record; export declare const BATTERY_STATUS_VALUE_MAP: Record; export declare const GAS_STATUS_VALUE_MAP: Record; export declare const GAS_STATUS_REVERSE_VALUE_MAP: Record; export declare const VALUE_MAP_REGISTRY: Record; reverse: Record; }>; export declare function mapValueToCanonical(rawValue: string | number | boolean | null | undefined, valueMap: Record, propertyName: string): string | null; export declare function mapValueToRaw(canonicalValue: string | number | boolean | null | undefined, reverseValueMap: Record, propertyName: string): string | null; export declare function validateEnumValue(value: string | number | boolean | null | undefined, format: string[] | number[], propertyName: string): boolean;