import type { TaskAggregateEventV1, TaskRuntimeSnapshotV2 } from '@devflow-tools/sdk'; export declare class SemanticRuntimeEventProjector { project(input: { event: TaskAggregateEventV1; snapshot: TaskRuntimeSnapshotV2; replayed: boolean; }): void; } //# sourceMappingURL=runtime-event-projector.d.ts.map