import { SoapOptions } from "../soap.js";
import { OTMVPlanUpdateReply, OTMVPlanUpdateRequest } from "./types.js";

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