import { RunRegistry } from '@cicctencent/agent-core'; export { RunRegistry, InMemoryRunStateStore } from '@cicctencent/agent-core'; export type { BufferedEvent, RunToolCallRecord, EventSubscriber, RunStatus, ActiveRun, RunSnapshot, RunStateStore, } from '@cicctencent/agent-core'; export declare function getRunRegistry(dataDir?: string): RunRegistry; /** 重置单例(测试用) */ export declare function resetRunRegistry(): void; //# sourceMappingURL=run-registry.d.ts.map