import type { ReplayBundle, ReplayEvent, RuntimeContext } from "./types.js"; export declare function buildReplayBundle(events: ReplayEvent[], context: Pick): ReplayBundle; //# sourceMappingURL=replay.d.ts.map