import type { AgentRow } from '../types.js'; export declare function serializeAgent(row: AgentRow, options?: { connected?: boolean; }): object;