PageTransitionEvent: {
    prototype: PageTransitionEvent;
    new (
        type: string,
        eventInitDict?: PageTransitionEventInit,
    ): PageTransitionEvent;
}