import * as z from 'zod'; declare const ChangeRoleRequest: z.ZodObject<{ accountId: z.ZodString; options: z.ZodObject<{ newRoles: z.ZodArray; assignmentId: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; declare const ChangeRoleResponse: z.ZodObject<{ newAssignedRoles: z.ZodOptional; assignmentId: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; declare const ChangeContributorLocationRequest: z.ZodObject<{ accountId: z.ZodString; options: z.ZodObject<{ newLocations: z.ZodArray; }, z.core.$strip>; }, z.core.$strip>; declare const ChangeContributorLocationResponse: z.ZodObject<{ newAssignedLocations: z.ZodOptional>; assignmentIds: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>; declare const QuerySiteContributorsRequest: z.ZodObject<{ options: z.ZodOptional>; locationIds: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const QuerySiteContributorsResponse: z.ZodObject<{ contributors: z.ZodOptional>; accountOwnerId: z.ZodNullable>; }, z.core.$strip>>>; }, z.core.$strip>; declare const RemoveContributorRequest: z.ZodObject<{ accountId: z.ZodString; }, z.core.$strip>; declare const RemoveContributorResponse: z.ZodObject<{}, z.core.$strip>; export { ChangeContributorLocationRequest, ChangeContributorLocationResponse, ChangeRoleRequest, ChangeRoleResponse, QuerySiteContributorsRequest, QuerySiteContributorsResponse, RemoveContributorRequest, RemoveContributorResponse };