export declare const AGENT_CLIENT_ID = 2147483647; export interface AgentIdentity { clientId: number; name: string; email: string; color: string; } export declare const DEFAULT_AGENT_IDENTITY: AgentIdentity; //# sourceMappingURL=agent-identity.d.ts.map