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