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