/** Long-prefix name served by the installed-plugin channel (admin + specialist * spawns). plugin === server === plugin directory basename. */ export declare function canonicalToolName(plugin: string, tool: string): string; /** Short-prefix name served by the per-spawn `--mcp-config` channel, retained * only for public-agent spawns. */ export declare function qualifyShortToolName(plugin: string, tool: string): string; //# sourceMappingURL=canonical-tool-names.d.ts.map