import { type ExtensionAPI } from "@earendil-works/pi-coding-agent"; import { type SubagentManager } from "./contracts.js"; type RegisterCommand = ExtensionAPI["registerCommand"]; export declare function registerSubagentNavigator(registerCommand: RegisterCommand, manager: SubagentManager, storageDirectory: string, clipboard?: (value: string) => Promise): void; export {};