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