DeviceOrientationEvent: {
    prototype: DeviceOrientationEvent;
    new (
        type: string,
        eventInitDict?: DeviceOrientationEventInit,
    ): DeviceOrientationEvent;
}