import { InferType } from 'yup'; export declare const CXoneRoutingQueueSchema: import("yup/lib/object").OptionalObjectSchema<{ id: import("yup/lib/string").RequiredStringSchema; name: import("yup/lib/mixed").MixedSchema; isSubqueue: import("yup/lib/string").RequiredStringSchema; skillId: import("yup").NumberSchema; agentResponseEnabled: import("yup").BooleanSchema; agentFirstResponseTime: import("yup").NumberSchema; customerResponseEnabled: import("yup").BooleanSchema; agentFollowOnResponseTime: import("yup").NumberSchema; customerIdleTime: import("yup").NumberSchema; timeExtensionEnabled: import("yup").BooleanSchema; }, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<{ id: import("yup/lib/string").RequiredStringSchema; name: import("yup/lib/mixed").MixedSchema; isSubqueue: import("yup/lib/string").RequiredStringSchema; skillId: import("yup").NumberSchema; agentResponseEnabled: import("yup").BooleanSchema; agentFirstResponseTime: import("yup").NumberSchema; customerResponseEnabled: import("yup").BooleanSchema; agentFollowOnResponseTime: import("yup").NumberSchema; customerIdleTime: import("yup").NumberSchema; timeExtensionEnabled: import("yup").BooleanSchema; }>>; export declare type CXoneRoutingQueue = InferType; export declare const CXoneRoutingQueueArray: import("yup").ArraySchema; name: import("yup/lib/mixed").MixedSchema; isSubqueue: import("yup/lib/string").RequiredStringSchema; skillId: import("yup").NumberSchema; agentResponseEnabled: import("yup").BooleanSchema; agentFirstResponseTime: import("yup").NumberSchema; customerResponseEnabled: import("yup").BooleanSchema; agentFollowOnResponseTime: import("yup").NumberSchema; customerIdleTime: import("yup").NumberSchema; timeExtensionEnabled: import("yup").BooleanSchema; }>, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape; name: import("yup/lib/mixed").MixedSchema; isSubqueue: import("yup/lib/string").RequiredStringSchema; skillId: import("yup").NumberSchema; agentResponseEnabled: import("yup").BooleanSchema; agentFirstResponseTime: import("yup").NumberSchema; customerResponseEnabled: import("yup").BooleanSchema; agentFollowOnResponseTime: import("yup").NumberSchema; customerIdleTime: import("yup").NumberSchema; timeExtensionEnabled: import("yup").BooleanSchema; }>>, import("yup/lib/object").AssertsShape; name: import("yup/lib/mixed").MixedSchema; isSubqueue: import("yup/lib/string").RequiredStringSchema; skillId: import("yup").NumberSchema; agentResponseEnabled: import("yup").BooleanSchema; agentFirstResponseTime: import("yup").NumberSchema; customerResponseEnabled: import("yup").BooleanSchema; agentFollowOnResponseTime: import("yup").NumberSchema; customerIdleTime: import("yup").NumberSchema; timeExtensionEnabled: import("yup").BooleanSchema; }>>>, import("yup/lib/types").AnyObject, import("yup/lib/object").TypeOfShape; name: import("yup/lib/mixed").MixedSchema; isSubqueue: import("yup/lib/string").RequiredStringSchema; skillId: import("yup").NumberSchema; agentResponseEnabled: import("yup").BooleanSchema; agentFirstResponseTime: import("yup").NumberSchema; customerResponseEnabled: import("yup").BooleanSchema; agentFollowOnResponseTime: import("yup").NumberSchema; customerIdleTime: import("yup").NumberSchema; timeExtensionEnabled: import("yup").BooleanSchema; }>>[], import("yup/lib/object").AssertsShape; name: import("yup/lib/mixed").MixedSchema; isSubqueue: import("yup/lib/string").RequiredStringSchema; skillId: import("yup").NumberSchema; agentResponseEnabled: import("yup").BooleanSchema; agentFirstResponseTime: import("yup").NumberSchema; customerResponseEnabled: import("yup").BooleanSchema; agentFollowOnResponseTime: import("yup").NumberSchema; customerIdleTime: import("yup").NumberSchema; timeExtensionEnabled: import("yup").BooleanSchema; }>>[]>;