import * as z from 'zod'; declare const CreateConnectedDomainRequest: z.ZodObject<{ connectedDomain: z.ZodObject<{ _id: z.ZodOptional; domain: z.ZodString; connectionType: z.ZodOptional>; siteInfo: z.ZodOptional>; assignmentType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ redirectInfo: z.ZodObject<{ primaryDomain: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>]>>>; suppressNotifications: z.ZodOptional; dnsPropagationStatus: z.ZodOptional>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>; declare const CreateConnectedDomainResponse: z.ZodObject<{ _id: z.ZodOptional; domain: z.ZodOptional; connectionType: z.ZodOptional>; siteInfo: z.ZodOptional>; assignmentType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ redirectInfo: z.ZodObject<{ primaryDomain: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>]>>>; suppressNotifications: z.ZodOptional; dnsPropagationStatus: z.ZodOptional>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>; declare const GetConnectedDomainRequest: z.ZodObject<{ connectedDomainId: z.ZodString; }, z.core.$strip>; declare const GetConnectedDomainResponse: z.ZodObject<{ _id: z.ZodOptional; domain: z.ZodOptional; connectionType: z.ZodOptional>; siteInfo: z.ZodOptional>; assignmentType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ redirectInfo: z.ZodObject<{ primaryDomain: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>]>>>; suppressNotifications: z.ZodOptional; dnsPropagationStatus: z.ZodOptional>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>; declare const DeleteConnectedDomainRequest: z.ZodObject<{ connectedDomainId: z.ZodString; }, z.core.$strip>; declare const DeleteConnectedDomainResponse: z.ZodObject<{}, z.core.$strip>; declare const ListConnectedDomainsRequest: z.ZodObject<{ options: z.ZodOptional>; cursor: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const ListConnectedDomainsResponse: z.ZodObject<{ pagingMetadata: z.ZodOptional>; cursors: z.ZodOptional>; prev: z.ZodNullable>; }, z.core.$strip>>; hasNext: z.ZodNullable>; }, z.core.$strip>>; connectedDomains: z.ZodOptional; domain: z.ZodOptional; connectionType: z.ZodOptional>; siteInfo: z.ZodOptional>; assignmentType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ redirectInfo: z.ZodObject<{ primaryDomain: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>]>>>; suppressNotifications: z.ZodOptional; dnsPropagationStatus: z.ZodOptional>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>>>; }, z.core.$strip>; export { CreateConnectedDomainRequest, CreateConnectedDomainResponse, DeleteConnectedDomainRequest, DeleteConnectedDomainResponse, GetConnectedDomainRequest, GetConnectedDomainResponse, ListConnectedDomainsRequest, ListConnectedDomainsResponse };