import { CoercingContext, ErrorTrackingCoercer, ExceptionLike } from '../types';
export declare class ErrorEventCoercer implements ErrorTrackingCoercer<ErrorEvent> {
    constructor();
    match(err: unknown): err is ErrorEvent;
    coerce(err: ErrorEvent, ctx: CoercingContext): ExceptionLike;
}
//# sourceMappingURL=error-event-coercer.d.ts.map