import * as z from "zod/v4-mini"; import { CheckoutLinkCreateProduct, CheckoutLinkCreateProduct$Outbound } from "./checkoutlinkcreateproduct.js"; import { CheckoutLinkCreateProductPrice, CheckoutLinkCreateProductPrice$Outbound } from "./checkoutlinkcreateproductprice.js"; import { CheckoutLinkCreateProducts, CheckoutLinkCreateProducts$Outbound } from "./checkoutlinkcreateproducts.js"; export type CheckoutLinkCreate = CheckoutLinkCreateProductPrice | CheckoutLinkCreateProduct | CheckoutLinkCreateProducts; /** @internal */ export type CheckoutLinkCreate$Outbound = CheckoutLinkCreateProductPrice$Outbound | CheckoutLinkCreateProduct$Outbound | CheckoutLinkCreateProducts$Outbound; /** @internal */ export declare const CheckoutLinkCreate$outboundSchema: z.ZodMiniType; export declare function checkoutLinkCreateToJSON(checkoutLinkCreate: CheckoutLinkCreate): string; //# sourceMappingURL=checkoutlinkcreate.d.ts.map