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