import { OrchestratorTopology } from "../OrchestratorTopology.js";
export interface OrchestratorConfiguration {
    topology: OrchestratorTopology;
}
//# sourceMappingURL=OrchestratorConfiguration.d.ts.map