import { AgentAPI } from '../../api/agents.js'; /** * Resolve config for the given profile, create an authenticated HTTP client, * and return a ready-to-use AgentAPI instance. */ export declare function getAgentAPI(profileName?: string): AgentAPI; export { formatTimestamp, relativeTime } from '../../utils/format.js';