export declare const Handoff: typeof import("./handoff.js"); export declare namespace Handoff { type register = typeof import("./handoff.js").register; type delegateTool = typeof import("./handoff.js").delegateTool; type sameRunHandoffTool = typeof import("./handoff.js").sameRunHandoffTool; type fanOut = typeof import("./handoff.js").fanOut; type supervisor = typeof import("./handoff.js").supervisor; type target = typeof import("./handoff.js").target; type layerCatalog = typeof import("./handoff.js").layerCatalog; type HandoffCatalog = typeof import("./handoff.js").HandoffCatalog; type Registration = import("./handoff.js").Registration; type RegistrationError = import("./handoff.js").RegistrationError; type FanOutChild = import("./handoff.js").FanOutChild; type FanOutOptions = import("./handoff.js").FanOutOptions; type FanOutAllSuccessOptions = import("./handoff.js").FanOutAllSuccessOptions; type FanOutCollectOptions = import("./handoff.js").FanOutCollectOptions; type FanOutJoin = import("./handoff.js").FanOutJoin; type FanOutRemainder = import("./handoff.js").FanOutRemainder; type FanOutMemberResult = import("./handoff.js").FanOutMemberResult; type FanOutUnsatisfied = import("./handoff.js").FanOutUnsatisfied; type Supervisor = import("./handoff.js").Supervisor; type SupervisorOptions = import("./handoff.js").SupervisorOptions; type HandoffTarget = import("./handoff.js").HandoffTarget; type HandoffToolOptions = import("./handoff.js").HandoffToolOptions; type HandoffCommit = import("./handoff.js").HandoffCommit; type HandoffControlState = import("./handoff.js").HandoffControlState; type DelegateOptions = import("./handoff.js").DelegateOptions; }