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