import { type DurableSeriesState, type EventQueryOptions, type TaskEvent } from './types.js'; export declare function mergeCanonicalHistory(durableEvents: readonly TaskEvent[], hotEvents: readonly TaskEvent[], durableSeriesState: readonly DurableSeriesState[]): TaskEvent[]; export declare function applyCanonicalHistoryQuery(events: readonly TaskEvent[], opts?: EventQueryOptions): TaskEvent[]; export declare function resolveCanonicalSeriesLatest(durableState: DurableSeriesState, hotEvents: readonly TaskEvent[]): TaskEvent; //# sourceMappingURL=canonical-history.d.ts.map