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