import { Agent } from './types'; export declare const getSortedAgents: (agents: Agent[]) => Agent[];