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