import * as z from 'zod'; declare const GenerateCheckoutSessionRequest: z.ZodObject<{ cart: z.ZodObject<{ items: z.ZodArray; interval: z.ZodNullable>; autoRenewal: z.ZodNullable>; billingCycles: z.ZodNullable>; freeTrialPeriod: z.ZodOptional; interval: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; title: z.ZodNullable>; description: z.ZodNullable>; }, z.core.$strip>>; physicalProperties: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; customerInfo: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; email: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; options: z.ZodObject<{ callbackUrls: z.ZodObject<{ postFlowUrl: z.ZodNullable>; thankYouPageUrl: z.ZodString; continueBrowsingUrl: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; declare const GenerateCheckoutSessionResponse: z.ZodObject<{ checkoutSession: z.ZodOptional>; redirectUrl: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; export { GenerateCheckoutSessionRequest, GenerateCheckoutSessionResponse };