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