import { t as Computed } from "../index-B1FHAd5T.mjs"; //#region src/utilities/orientation.d.ts type OrientationResult = { angle: Computed; type: Computed; } & Disposable; declare const orientation: OrientationResult; //#endregion export { orientation };