import { GetPlaygroundToolInput } from './types'; export declare const getPlaygroundTool: ({ nodeAddress, token, toolRouterKey, xZooOriginalToolRouterKey, }: GetPlaygroundToolInput) => Promise;