import type { AgentCapabilities } from '../../types/agent/base.js'; import type { AgentManagerConfig } from '../../types/agent/task.js'; /** * **Nothing reads this.** No activity list is trimmed to it anywhere. * * @deprecated Unused. Removed in the next major. */ export declare const MAX_RECENT_ACTIVITIES = 5; export declare const AGENT_MANAGER_DEFAULTS: Readonly; export declare const DEFAULT_CAPABILITIES: AgentCapabilities; //# sourceMappingURL=index.d.ts.map