import { CoercingContext, ErrorTrackingCoercer, ExceptionLike } from '../types'; export declare class PromiseRejectionEventCoercer implements ErrorTrackingCoercer { match(err: unknown): err is PromiseRejectionEvent; coerce(err: PromiseRejectionEvent, ctx: CoercingContext): ExceptionLike | undefined; private getUnhandledRejectionReason; } //# sourceMappingURL=promise-rejection-event.d.ts.map