import { Tool } from '@modelcontextprotocol/sdk/types.js'; /** * Role management tools - with smart fuzzy matching */ export declare const roleTools: Tool[]; export declare function executeRoleTool(name: string, args: Record): Promise;