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