import * as z from 'zod'; declare const GetCheckoutContentRequest: z.ZodObject<{ identifiers: z.ZodObject<{ appId: z.ZodString; componentId: z.ZodString; }, z.core.$strip>; options: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; declare const GetCheckoutContentResponse: z.ZodObject<{ checkoutContent: z.ZodOptional>; orderSummary: z.ZodNullable>; customerDetails: z.ZodNullable>; reviewAndPlaceOrder: z.ZodNullable>; placeOrderButton: z.ZodNullable>; placeOrderPayButton: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; export { GetCheckoutContentRequest, GetCheckoutContentResponse };