import * as z from 'zod'; declare const CreateVariantRequest: z.ZodObject<{ variant: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; name: z.ZodString; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; businessLocationIds: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>; declare const CreateVariantResponse: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; name: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; businessLocationIds: z.ZodOptional>; }, z.core.$strip>; declare const GetVariantRequest: z.ZodObject<{ variantId: z.ZodString; }, z.core.$strip>; declare const GetVariantResponse: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; name: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; businessLocationIds: z.ZodOptional>; }, z.core.$strip>; declare const ListVariantsRequest: z.ZodObject<{ options: z.ZodOptional>; paging: z.ZodOptional>; cursor: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const ListVariantsResponse: z.ZodObject<{ variants: z.ZodOptional>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; name: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; businessLocationIds: z.ZodOptional>; }, z.core.$strip>>>; metadata: z.ZodOptional>; cursors: z.ZodOptional>; prev: z.ZodNullable>; }, z.core.$strip>>; hasNext: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const UpdateVariantRequest: z.ZodObject<{ _id: z.ZodString; variant: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodString; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; name: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; businessLocationIds: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>; declare const UpdateVariantResponse: z.ZodObject<{ _id: z.ZodNullable>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; name: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; businessLocationIds: z.ZodOptional>; }, z.core.$strip>; declare const BulkCreateVariantsRequest: z.ZodObject<{ variants: z.ZodArray>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; name: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; businessLocationIds: z.ZodOptional>; }, z.core.$strip>>; options: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const BulkCreateVariantsResponse: 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>>; variant: z.ZodOptional>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; name: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; businessLocationIds: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; bulkActionMetadata: z.ZodOptional; totalFailures: z.ZodOptional; undetailedFailures: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const BulkUpdateVariantsRequest: z.ZodObject<{ variants: z.ZodArray>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; name: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; businessLocationIds: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; options: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const BulkUpdateVariantsResponse: 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>>; variant: z.ZodOptional>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; name: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; businessLocationIds: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; bulkActionMetadata: z.ZodOptional; totalFailures: z.ZodOptional; undetailedFailures: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const DeleteVariantRequest: z.ZodObject<{ variantId: z.ZodString; }, z.core.$strip>; declare const DeleteVariantResponse: z.ZodObject<{}, z.core.$strip>; declare const QueryVariantsRequest: z.ZodObject<{ query: z.ZodObject<{ filter: z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; $nin: z.ZodOptional>; }, z.core.$strict>>; name: z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; $nin: z.ZodOptional>; }, z.core.$strict>>; _createdDate: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; }, z.core.$strict>>; _updatedDate: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; }, z.core.$strict>>; $and: z.ZodOptional>; $or: z.ZodOptional>; $not: z.ZodOptional; }, z.core.$strict>>; sort: z.ZodOptional>>; }, z.core.$catchall>; }, z.core.$strip>; declare const QueryVariantsResponse: z.ZodObject<{ variants: z.ZodOptional>; revision: z.ZodNullable>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; name: z.ZodNullable>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; businessLocationIds: z.ZodOptional>; }, 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 CountVariantsRequest: z.ZodObject<{ options: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; declare const CountVariantsResponse: z.ZodObject<{ count: z.ZodOptional; }, z.core.$strip>; declare const BulkDeleteVariantsRequest: z.ZodObject<{ ids: z.ZodArray; }, z.core.$strip>; declare const BulkDeleteVariantsResponse: 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>>; }, z.core.$strip>>>; bulkActionMetadata: z.ZodOptional; totalFailures: z.ZodOptional; undetailedFailures: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export { BulkCreateVariantsRequest, BulkCreateVariantsResponse, BulkDeleteVariantsRequest, BulkDeleteVariantsResponse, BulkUpdateVariantsRequest, BulkUpdateVariantsResponse, CountVariantsRequest, CountVariantsResponse, CreateVariantRequest, CreateVariantResponse, DeleteVariantRequest, DeleteVariantResponse, GetVariantRequest, GetVariantResponse, ListVariantsRequest, ListVariantsResponse, QueryVariantsRequest, QueryVariantsResponse, UpdateVariantRequest, UpdateVariantResponse };