import * as z from "zod/v4-mini"; export type SubscriptionUpdateClear = { /** * Clear the pending subscription update. Set to null to remove scheduled changes. */ pendingUpdate: any | null; }; /** @internal */ export type SubscriptionUpdateClear$Outbound = { pending_update: any | null; }; /** @internal */ export declare const SubscriptionUpdateClear$outboundSchema: z.ZodMiniType; export declare function subscriptionUpdateClearToJSON(subscriptionUpdateClear: SubscriptionUpdateClear): string; //# sourceMappingURL=subscriptionupdateclear.d.ts.map