import { t as Computed } from "../index-B1FHAd5T.mjs"; //#region src/utilities/location.d.ts type LocationResult = { hash: Computed; href: Computed; pathname: Computed; search: Computed; }; declare const currentLocation: LocationResult; //#endregion export { currentLocation };