export declare function markEventEffectPerformed(event: Event): void;
export declare function eventEffectNotPerformed(event: Event): boolean;
