export declare const AGENT_LIFECYCLE_STATUSES: readonly ["initializing", "idle", "running", "error", "closed"]; export type AgentLifecycleStatus = (typeof AGENT_LIFECYCLE_STATUSES)[number]; //# sourceMappingURL=agent-lifecycle.d.ts.map