import * as z from 'zod'; declare const BulkInviteRequest: z.ZodObject<{ policyIds: z.ZodArray; options: z.ZodObject<{ emails: z.ZodArray; invitePurpose: z.ZodNullable>; defaultEmailLanguage: z.ZodNullable>; locationRestriction: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; declare const BulkInviteResponse: z.ZodObject<{ invites: z.ZodOptional; siteId: z.ZodOptional; email: z.ZodOptional; policyIds: z.ZodOptional>; inviterId: z.ZodOptional; status: z.ZodOptional>; acceptLink: z.ZodOptional; inviterAccountId: z.ZodOptional; acceptedByAccountId: z.ZodNullable>; dateCreated: z.ZodNullable>; staffId: z.ZodNullable>; expirationDate: z.ZodNullable>; locationIds: z.ZodOptional>; callerCapabilities: z.ZodOptional>; }, z.core.$strip>>>; failedEmails: z.ZodOptional>; }, z.core.$strip>; declare const ResendInviteRequest: z.ZodObject<{ inviteId: z.ZodString; options: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; declare const ResendInviteResponse: z.ZodObject<{ invite: z.ZodOptional; siteId: z.ZodOptional; email: z.ZodOptional; policyIds: z.ZodOptional>; inviterId: z.ZodOptional; status: z.ZodOptional>; acceptLink: z.ZodOptional; inviterAccountId: z.ZodOptional; acceptedByAccountId: z.ZodNullable>; dateCreated: z.ZodNullable>; staffId: z.ZodNullable>; expirationDate: z.ZodNullable>; locationIds: z.ZodOptional>; callerCapabilities: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; declare const RevokeInviteRequest: z.ZodObject<{ inviteId: z.ZodString; }, z.core.$strip>; declare const RevokeInviteResponse: z.ZodObject<{}, z.core.$strip>; export { BulkInviteRequest, BulkInviteResponse, ResendInviteRequest, ResendInviteResponse, RevokeInviteRequest, RevokeInviteResponse };