import type { SubagentRunRecord } from "./subagent-registry.types.js";
export declare const subagentRuns: Map<string, SubagentRunRecord>;
