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