import { DisableAllToolsInput } from './types'; export declare const disableAllTools: ({ nodeAddress, token, }: DisableAllToolsInput) => Promise;