export interface ObservabilityEvent { eventId: string; eventType: string; recordedAt: string; workspaceId: string; target: string; featureId?: string; result: string; durationMs?: number; confidence?: number; inputs?: Record; outputs?: Record; artifacts?: string[]; evidence?: string[]; tags?: string[]; } //# sourceMappingURL=event.d.ts.map