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