import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
export declare function getUsers(params?: Record<string, string>): Promise<any>;
export declare function getUserById(idUser: string, params?: Record<string, string>): Promise<any>;
export declare function registerUsersTools(server: McpServer): void;
