import { Event } from './Event.ts'; export declare class PromiseRejectionEvent extends Event { readonly promise: PromiseRejectionEventInit['promise']; readonly reason: PromiseRejectionEventInit['reason']; constructor(type: string, eventInitDict: PromiseRejectionEventInit); } //# sourceMappingURL=PromiseRejectionEvent.d.ts.map