import { type IEvent } from './IEvent.ts'; export type IEventSet = ReadonlyArray>; export declare const isEventSet: (arr: unknown) => arr is IEventSet;