import * as z from "zod/v4-mini"; import { UpdatePlanRequest, UpdatePlanRequest$Outbound } from "./update-plan-request.js"; export type UpdatePlanRequestRequest = { /** * Plan ID */ id: string; /** * Plan update */ body: UpdatePlanRequest; }; /** @internal */ export type UpdatePlanRequestRequest$Outbound = { id: string; body: UpdatePlanRequest$Outbound; }; /** @internal */ export declare const UpdatePlanRequestRequest$outboundSchema: z.ZodMiniType; export declare function updatePlanRequestRequestToJSON(updatePlanRequestRequest: UpdatePlanRequestRequest): string; //# sourceMappingURL=update-plan-op.d.ts.map