import * as z from "zod/v4-mini"; export type CustomerSubscriptionUpdateProduct = { /** * Update subscription to another product. */ productId: string; }; /** @internal */ export type CustomerSubscriptionUpdateProduct$Outbound = { product_id: string; }; /** @internal */ export declare const CustomerSubscriptionUpdateProduct$outboundSchema: z.ZodMiniType; export declare function customerSubscriptionUpdateProductToJSON(customerSubscriptionUpdateProduct: CustomerSubscriptionUpdateProduct): string; //# sourceMappingURL=customersubscriptionupdateproduct.d.ts.map