import type { SubagentRunRecord } from "./subagent-registry.types.js"; export type PersistedSubagentRegistryVersion = 1 | 2; export declare function resolveSubagentRegistryPath(): string; export declare function loadSubagentRegistryFromDisk(): Map; export declare function saveSubagentRegistryToDisk(runs: Map): void;