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