import { MCPTool } from '../../server/types.js'; import { ToolRegistry } from '../../server/toolRegistry.js'; import { UniFiClient } from '../../unifi/client.js'; declare const getClientsTool: MCPTool; declare const getClientDetailsTool: MCPTool; declare const blockClientTool: MCPTool; declare const unblockClientTool: MCPTool; declare const reconnectClientTool: MCPTool; export declare function registerClientTools(registry: ToolRegistry, client: UniFiClient): Promise; export { getClientsTool, getClientDetailsTool, blockClientTool, unblockClientTool, reconnectClientTool }; //# sourceMappingURL=index.d.ts.map