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