PromiseRejectionEvent: {
    prototype: PromiseRejectionEvent;
    new (
        type: string,
        eventInitDict: PromiseRejectionEventInit,
    ): PromiseRejectionEvent;
}