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