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