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