import type { OrientationSource } from '../../specs/common-types/OrientationSource'; import type { OrientationManager } from '../../specs/orientation/OrientationManager.nitro'; export declare function useOrientationManager(source: OrientationSource | undefined): OrientationManager | undefined;