export declare type CustomFieldValueErrorReason = 'CUSTOM_FIELD_NOT_FOUND' | 'CUSTOM_FIELD_INACTIVE' | 'CUSTOM_FIELD_OPTION_NOT_FOUND' | 'UNKNOWN';
