import { SoapOptions } from "../soap.js";
import { OTMVPlanRetrievalReply, OTMVPlanRetrievalRequest } from "./types.js";

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