import type { ScreenOrientationType } from '../constants'; export declare function isScreenOrientationEventType(value: unknown): value is ScreenOrientationType;