/** Converts a display name into the stable identifier form used by Happy MCP tools. */ export declare function normalizeHappyMcpName(name: string): string; /** Returns the exact tool name ordinary agents receive for a plugin contribution. */ export declare function createHappyMcpToolName(pluginName: string, serverName: string, toolName: string): string; //# sourceMappingURL=createHappyMcpToolName.d.ts.map