export interface DeletePlanRequest { /** * ID of the plan. */ plan: string; } //# sourceMappingURL=DeletePlanRequest.d.ts.map