/** * Copyright (c) 2026, Salesforce, Inc., * All rights reserved. * For full license text, see the LICENSE.txt file */ import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { type ConnectDeps } from "../../intent/build-connect.js"; export type SfGqlConnectToolOptions = ConnectDeps; export declare function registerSfGqlConnectTool(server: McpServer, opts?: SfGqlConnectToolOptions): void;