import type { ONISkeletonV3, StateGraph } from "../graph.js"; import type { AgentRegistry } from "./registry.js"; import type { BaseSwarmState, SwarmExtensions } from "./config.js"; export declare function buildSwarmExtensions(skeleton: ONISkeletonV3, registry: AgentRegistry, inner: StateGraph, hasSupervisor: boolean, supervisorNodeName: string, onErrorPolicy: "fallback" | "throw"): SwarmExtensions; //# sourceMappingURL=compile-ext.d.ts.map