import type { GrafanaClient } from '../client.js'; import type { ToolRegistrar } from '../../types.js'; /** * Register all 5 Grafana read-only tools with the given registrar. * * @param client - GrafanaClient wrapping the Grafana HTTP API * @param registrar - ToolRegistrar port (never the raw McpServer) */ export declare function registerGrafanaTools(client: GrafanaClient, registrar: ToolRegistrar): void; //# sourceMappingURL=datasources.d.ts.map