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