import * as z from 'zod'; declare const CreateTaxGroupRequest: z.ZodObject<{ taxGroup: z.ZodObject<{ _id: z.ZodNullable>; name: z.ZodString; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>; declare const CreateTaxGroupResponse: z.ZodObject<{ _id: z.ZodNullable>; name: z.ZodOptional; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>; declare const GetTaxGroupRequest: z.ZodObject<{ taxGroupId: z.ZodString; }, z.core.$strip>; declare const GetTaxGroupResponse: z.ZodObject<{ _id: z.ZodNullable>; name: z.ZodOptional; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>; declare const UpdateTaxGroupRequest: z.ZodObject<{ _id: z.ZodString; taxGroup: z.ZodObject<{ _id: z.ZodNullable>; name: z.ZodString; revision: z.ZodString; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>; declare const UpdateTaxGroupResponse: z.ZodObject<{ _id: z.ZodNullable>; name: z.ZodOptional; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>; declare const DeleteTaxGroupRequest: z.ZodObject<{ taxGroupId: z.ZodString; }, z.core.$strip>; declare const DeleteTaxGroupResponse: z.ZodObject<{}, z.core.$strip>; declare const QueryTaxGroupsRequest: z.ZodObject<{ query: z.ZodObject<{ filter: z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; $nin: z.ZodOptional>; }, z.core.$strict>>; _id: z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; $nin: z.ZodOptional>; }, z.core.$strict>>; _createdDate: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; _updatedDate: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; $and: z.ZodOptional>; $or: z.ZodOptional>; $not: z.ZodOptional; }, z.core.$strict>>; sort: z.ZodOptional>; order: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$catchall>; }, z.core.$strip>; declare const QueryTaxGroupsResponse: z.ZodObject<{ taxGroups: z.ZodOptional>; name: z.ZodOptional; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>>>; pagingMetadata: z.ZodOptional>; cursors: z.ZodOptional>; prev: z.ZodNullable>; }, z.core.$strip>>; hasNext: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const ListDefaultTaxGroupsRequest: z.ZodObject<{}, z.core.$strip>; declare const ListDefaultTaxGroupsResponse: z.ZodObject<{ taxGroups: z.ZodOptional>; name: z.ZodOptional; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>>>; }, z.core.$strip>; declare const ListDefaultTaxGroupsByAppIdsRequest: z.ZodObject<{ appIds: z.ZodArray; }, z.core.$strip>; declare const ListDefaultTaxGroupsByAppIdsResponse: z.ZodObject<{ results: z.ZodOptional>; originalIndex: z.ZodOptional; success: z.ZodOptional; error: z.ZodOptional; description: z.ZodOptional; data: z.ZodNullable>>; }, z.core.$strip>>; }, z.core.$strip>>; taxGroup: z.ZodOptional>; name: z.ZodOptional; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>>; bulkActionMetadata: z.ZodOptional; totalFailures: z.ZodOptional; undetailedFailures: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export { CreateTaxGroupRequest, CreateTaxGroupResponse, DeleteTaxGroupRequest, DeleteTaxGroupResponse, GetTaxGroupRequest, GetTaxGroupResponse, ListDefaultTaxGroupsByAppIdsRequest, ListDefaultTaxGroupsByAppIdsResponse, ListDefaultTaxGroupsRequest, ListDefaultTaxGroupsResponse, QueryTaxGroupsRequest, QueryTaxGroupsResponse, UpdateTaxGroupRequest, UpdateTaxGroupResponse };