declare const isClientInCustomVh: boolean; type Orientation = 'portrait' | 'landscape'; declare function getOrientation(): Orientation; declare let currentOrientation: Orientation | undefined; declare function setCustomVh(): void; declare let debounceId: number | undefined; declare function debouncedResize(): void;