import { InferType } from 'yup'; export declare const CXoneChannelFlagsSchema: import("yup/lib/object").OptionalObjectSchema<{ hasReply: import("yup").BooleanSchema; hasTreeStructure: import("yup").BooleanSchema; hasPostAsPlaceholder: import("yup").BooleanSchema; hasCustomerOnThirdParty: import("yup").BooleanSchema; hasAbilityToQuoteMessage: import("yup").BooleanSchema; hasAbilityToLike: import("yup").BooleanSchema; hasAbilityToTag: import("yup").BooleanSchema; hasPublishing: import("yup").BooleanSchema; hasAbilityToSendFiles: import("yup").BooleanSchema; hasOutboundFlow: import("yup").BooleanSchema; hasOutboundTemplates: import("yup").BooleanSchema; hasAbilityToShare: import("yup").BooleanSchema; hasAbilityToDelete: import("yup").BooleanSchema; hasAbilityToHide: import("yup").BooleanSchema; hasAbilityToChangeRecipient: import("yup").BooleanSchema; hasMultipleRecipient: import("yup").BooleanSchema; hasCcAndBcc: import("yup").BooleanSchema; hasVisibleTitle: import("yup").BooleanSchema; hasEditableTitle: import("yup").BooleanSchema; hasVisibleRecipients: import("yup").BooleanSchema; hasAbilityToForwardMessage: import("yup").BooleanSchema; hasAbilityToChangeFrom: import("yup").BooleanSchema; hasMultipleThreadsPerEndUser: import("yup").BooleanSchema; replyPrefixMentionTemplate: import("yup").StringSchema; }, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<{ hasReply: import("yup").BooleanSchema; hasTreeStructure: import("yup").BooleanSchema; hasPostAsPlaceholder: import("yup").BooleanSchema; hasCustomerOnThirdParty: import("yup").BooleanSchema; hasAbilityToQuoteMessage: import("yup").BooleanSchema; hasAbilityToLike: import("yup").BooleanSchema; hasAbilityToTag: import("yup").BooleanSchema; hasPublishing: import("yup").BooleanSchema; hasAbilityToSendFiles: import("yup").BooleanSchema; hasOutboundFlow: import("yup").BooleanSchema; hasOutboundTemplates: import("yup").BooleanSchema; hasAbilityToShare: import("yup").BooleanSchema; hasAbilityToDelete: import("yup").BooleanSchema; hasAbilityToHide: import("yup").BooleanSchema; hasAbilityToChangeRecipient: import("yup").BooleanSchema; hasMultipleRecipient: import("yup").BooleanSchema; hasCcAndBcc: import("yup").BooleanSchema; hasVisibleTitle: import("yup").BooleanSchema; hasEditableTitle: import("yup").BooleanSchema; hasVisibleRecipients: import("yup").BooleanSchema; hasAbilityToForwardMessage: import("yup").BooleanSchema; hasAbilityToChangeFrom: import("yup").BooleanSchema; hasMultipleThreadsPerEndUser: import("yup").BooleanSchema; replyPrefixMentionTemplate: import("yup").StringSchema; }>>; export declare type CXoneChannelFlags = InferType;