import { GetAgentsInput } from './types'; export declare const getAgents: ({ nodeAddress, token, categoryFilter, }: GetAgentsInput) => Promise;