import * as z from "zod/v4-mini"; export type CustomerSubscriptionUpdateClear = { /** * Clear the pending subscription update. */ pendingUpdate: any | null; }; /** @internal */ export type CustomerSubscriptionUpdateClear$Outbound = { pending_update: any | null; }; /** @internal */ export declare const CustomerSubscriptionUpdateClear$outboundSchema: z.ZodMiniType; export declare function customerSubscriptionUpdateClearToJSON(customerSubscriptionUpdateClear: CustomerSubscriptionUpdateClear): string; //# sourceMappingURL=customersubscriptionupdateclear.d.ts.map