import { t as Computed } from "../index-B1FHAd5T.mjs"; //#region src/utilities/search-params.d.ts /** * Returns a read-only `Computed` bound to a single URL search * parameter. * * Returns the raw string value, or `null` when absent. * Reacts to `popstate` so back/forward navigation is reflected. */ declare function createSearchParam(key: string): Computed; //#endregion export { createSearchParam };