import * as z from "zod/v4-mini"; export type GetCheckoutSessionRequest = { /** * Checkout session ID */ id: string; }; /** @internal */ export type GetCheckoutSessionRequest$Outbound = { id: string; }; /** @internal */ export declare const GetCheckoutSessionRequest$outboundSchema: z.ZodMiniType; export declare function getCheckoutSessionRequestToJSON(getCheckoutSessionRequest: GetCheckoutSessionRequest): string; //# sourceMappingURL=get-checkout-session-op.d.ts.map