export declare const RelatedItemType: { readonly COMMENT: "Comment"; readonly CONNECT_CASE: "ConnectCase"; readonly CONTACT: "Contact"; readonly CUSTOM: "Custom"; readonly FILE: "File"; readonly SLA: "Sla"; }; export type RelatedItemType = (typeof RelatedItemType)[keyof typeof RelatedItemType]; export declare const AuditEventType: { readonly CASE_CREATED: "Case.Created"; readonly CASE_UPDATED: "Case.Updated"; readonly RELATED_ITEM_CREATED: "RelatedItem.Created"; readonly RELATED_ITEM_DELETED: "RelatedItem.Deleted"; readonly RELATED_ITEM_UPDATED: "RelatedItem.Updated"; }; export type AuditEventType = (typeof AuditEventType)[keyof typeof AuditEventType]; export declare const CommentBodyTextType: { readonly PLAINTEXT: "Text/Plain"; }; export type CommentBodyTextType = (typeof CommentBodyTextType)[keyof typeof CommentBodyTextType]; export declare const SlaType: { readonly CASE_FIELD: "CaseField"; }; export type SlaType = (typeof SlaType)[keyof typeof SlaType]; export declare const SlaStatus: { readonly ACTIVE: "Active"; readonly MET: "Met"; readonly NOT_MET: "NotMet"; readonly OVERDUE: "Overdue"; }; export type SlaStatus = (typeof SlaStatus)[keyof typeof SlaStatus]; export declare const Order: { readonly ASCENDING: "Asc"; readonly DESCENDING: "Desc"; }; export type Order = (typeof Order)[keyof typeof Order]; export declare const RuleType: { readonly FIELD_OPTIONS: "FieldOptions"; readonly HIDDEN: "Hidden"; readonly REQUIRED: "Required"; }; export type RuleType = (typeof RuleType)[keyof typeof RuleType]; export declare const DomainStatus: { readonly ACTIVE: "Active"; readonly CREATION_FAILED: "CreationFailed"; readonly CREATION_IN_PROGRESS: "CreationInProgress"; }; export type DomainStatus = (typeof DomainStatus)[keyof typeof DomainStatus]; export declare const SearchAllRelatedItemsSortProperty: { readonly ASSOCIATION_TIME: "AssociationTime"; readonly CASE_ID: "CaseId"; }; export type SearchAllRelatedItemsSortProperty = (typeof SearchAllRelatedItemsSortProperty)[keyof typeof SearchAllRelatedItemsSortProperty]; export declare const FieldNamespace: { readonly CUSTOM: "Custom"; readonly SYSTEM: "System"; }; export type FieldNamespace = (typeof FieldNamespace)[keyof typeof FieldNamespace]; export declare const FieldType: { readonly BOOLEAN: "Boolean"; readonly DATE_TIME: "DateTime"; readonly NUMBER: "Number"; readonly SINGLE_SELECT: "SingleSelect"; readonly TEXT: "Text"; readonly URL: "Url"; readonly USER: "User"; }; export type FieldType = (typeof FieldType)[keyof typeof FieldType]; export declare const TemplateStatus: { readonly ACTIVE: "Active"; readonly INACTIVE: "Inactive"; }; export type TemplateStatus = (typeof TemplateStatus)[keyof typeof TemplateStatus]; export declare const TagPropagationResourceType: { readonly CASES: "Cases"; }; export type TagPropagationResourceType = (typeof TagPropagationResourceType)[keyof typeof TagPropagationResourceType];