import { SoapOptions } from "../soap.js";
import { CapacityPlanRetrievalReply, CapacityPlanRetrievalRequest } from "./types.js";

//#region src/Flow/retrieveCapacityPlan.d.ts
type Values = CapacityPlanRetrievalRequest;
type Result = CapacityPlanRetrievalReply;
type Resolver = (values?: Values, options?: SoapOptions) => Promise<Result>;
//#endregion
export { Resolver };
//# sourceMappingURL=retrieveCapacityPlan.d.ts.map