import { f as Computed } from "../children-s3nFjpLA.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 };