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