import { SoapOptions } from "../soap.js";
import { SectorConfigurationPlanRetrievalReply, SectorConfigurationPlanRetrievalRequest } from "./types.js";

//#region src/Flow/retrieveSectorConfigurationPlan.d.ts

type Values = SectorConfigurationPlanRetrievalRequest;
type Result = SectorConfigurationPlanRetrievalReply;
type Resolver = (values?: Values, options?: SoapOptions) => Promise<Result>;
//#endregion
export { Resolver };
//# sourceMappingURL=retrieveSectorConfigurationPlan.d.ts.map