import * as z from 'zod'; declare const ListAccountIdsRequest: z.ZodObject<{ instanceId: z.ZodString; }, z.core.$strip>; declare const ListAccountIdsResponse: z.ZodObject<{ accountIds: z.ZodOptional>; }, z.core.$strip>; declare const BusinessStatusRequest: z.ZodObject<{ instanceId: z.ZodString; options: z.ZodObject<{ accountId: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; declare const BusinessStatusResponse: z.ZodObject<{ status: z.ZodOptional>; failureReasonMessage: z.ZodNullable>; }, z.core.$strip>; declare const EstimateDeliveryRequest: z.ZodObject<{ instanceId: z.ZodString; options: z.ZodIntersection; subdivision: z.ZodNullable>; city: z.ZodOptional; postalCode: z.ZodNullable>; streetAddress: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; addressLine2: z.ZodNullable>; geocode: z.ZodOptional>; longitude: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; dropoffAddress: z.ZodOptional; subdivision: z.ZodNullable>; city: z.ZodOptional; postalCode: z.ZodNullable>; streetAddress: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; addressLine2: z.ZodNullable>; geocode: z.ZodOptional>; longitude: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; storeLocationId: z.ZodString; orderTotal: z.ZodObject<{ value: z.ZodOptional; currency: z.ZodOptional; formattedValue: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodXor; pickupTime: z.ZodDate; }, z.core.$strip>, z.ZodObject<{ pickupTime: z.ZodOptional; dropoffTime: z.ZodDate; }, z.core.$strip>]>>; }, z.core.$strip>; declare const EstimateDeliveryResponse: z.ZodObject<{ _id: z.ZodNullable>; fee: z.ZodOptional; currency: z.ZodOptional; formattedValue: z.ZodNullable>; }, z.core.$strip>>; promisedPickupTime: z.ZodNullable>; promisedDropoffTime: z.ZodNullable>; }, z.core.$strip>; declare const CreateDeliveryRequest: z.ZodObject<{ instanceId: z.ZodString; options: z.ZodIntersection>; pickupAddress: z.ZodObject<{ country: z.ZodOptional; subdivision: z.ZodNullable>; city: z.ZodOptional; postalCode: z.ZodNullable>; streetAddress: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; addressLine2: z.ZodNullable>; geocode: z.ZodOptional>; longitude: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; dropoffAddress: z.ZodObject<{ country: z.ZodOptional; subdivision: z.ZodNullable>; city: z.ZodOptional; postalCode: z.ZodNullable>; streetAddress: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; addressLine2: z.ZodNullable>; geocode: z.ZodOptional>; longitude: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; pickupPhoneNumber: z.ZodString; customer: z.ZodObject<{ firstName: z.ZodString; lastName: z.ZodString; phoneNumber: z.ZodString; email: z.ZodString; }, z.core.$strip>; pickupInstructions: z.ZodNullable>; dropoffInstructions: z.ZodNullable>; contactlessDelivery: z.ZodNullable>; orderId: z.ZodString; orderTotal: z.ZodObject<{ value: z.ZodOptional; currency: z.ZodOptional; formattedValue: z.ZodNullable>; }, z.core.$strip>; orderTip: z.ZodObject<{ value: z.ZodOptional; currency: z.ZodOptional; formattedValue: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodXor; pickupTime: z.ZodDate; }, z.core.$strip>, z.ZodObject<{ pickupTime: z.ZodOptional; dropoffTime: z.ZodDate; }, z.core.$strip>]>>; }, z.core.$strip>; declare const CreateDeliveryResponse: z.ZodObject<{ _id: z.ZodOptional; pickupWindowStartTime: z.ZodNullable>; pickupWindowEndTime: z.ZodNullable>; dropoffWindowStartTime: z.ZodNullable>; dropoffWindowEndTime: z.ZodNullable>; fee: z.ZodOptional; currency: z.ZodOptional; formattedValue: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; export { BusinessStatusRequest, BusinessStatusResponse, CreateDeliveryRequest, CreateDeliveryResponse, EstimateDeliveryRequest, EstimateDeliveryResponse, ListAccountIdsRequest, ListAccountIdsResponse };