export interface ActivityEvent { id: string; companyId: string; actorType: "agent" | "user" | "system" | "plugin"; actorId: string; action: string; entityType: string; entityId: string; agentId: string | null; runId: string | null; details: Record | null; createdAt: Date; } //# sourceMappingURL=activity.d.ts.map