import * as z from "zod/v4-mini"; export type SyncPlanPricesRequest = { /** * Plan ID */ id: string; }; /** @internal */ export type SyncPlanPricesRequest$Outbound = { id: string; }; /** @internal */ export declare const SyncPlanPricesRequest$outboundSchema: z.ZodMiniType; export declare function syncPlanPricesRequestToJSON(syncPlanPricesRequest: SyncPlanPricesRequest): string; //# sourceMappingURL=sync-plan-prices-op.d.ts.map