import type { AgentRuntimeInput } from './contract.js'; export declare class ActiveRuntimeRun { private activeItemId?; start(input: AgentRuntimeInput, label: string, abort: (signal?: NodeJS.Signals) => Promise | void): () => void; accepts(input: { activeItemId: string; }): boolean; isActive(): boolean; } //# sourceMappingURL=active-runtime.d.ts.map