import type { eventWithTime } from '@rrweb/types'; export type eventWithTimeAndPacker = eventWithTime & { v: string; }; export const MARK = 'v1';