import { InferType } from 'yup'; /** * Schema used for thread search API response */ export declare const CXoneDigitalThreadSearch: import("yup/lib/object").OptionalObjectSchema<{ /** * total number of thread records */ totalRecords: import("yup/lib/number").RequiredNumberSchema; /** * pagination information to be used for pagination purpose */ _links: import("yup").ObjectSchema; previous: import("yup").StringSchema; self: import("yup").StringSchema; }>, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape; previous: import("yup").StringSchema; self: import("yup").StringSchema; }>>, import("yup/lib/object").AssertsShape; previous: import("yup").StringSchema; self: import("yup").StringSchema; }>>>; /** * result set of basic thread search details */ data: any; /** * result set of thread's context like related message & channel details */ _context: any; }, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<{ /** * total number of thread records */ totalRecords: import("yup/lib/number").RequiredNumberSchema; /** * pagination information to be used for pagination purpose */ _links: import("yup").ObjectSchema; previous: import("yup").StringSchema; self: import("yup").StringSchema; }>, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape; previous: import("yup").StringSchema; self: import("yup").StringSchema; }>>, import("yup/lib/object").AssertsShape; previous: import("yup").StringSchema; self: import("yup").StringSchema; }>>>; /** * result set of basic thread search details */ data: any; /** * result set of thread's context like related message & channel details */ _context: any; }>>; export declare type CXoneDigitalThreadSearchDetails = InferType;