DeviceMotionEvent: {
    prototype: DeviceMotionEvent;
    new (
        type: string,
        eventInitDict?: DeviceMotionEventInit,
    ): DeviceMotionEvent;
}