import { SetToolMcpEnabledInput } from './types'; export declare const setToolMcpEnabled: ({ nodeAddress, token, toolRouterKey, mcpEnabled, }: SetToolMcpEnabledInput) => Promise;