export declare function markEventHandled(eventId: string, handledEvents: Set<string>): void;
