import { type BasicReference, type Reference } from "@knyt/artisan"; import type { ReactiveControllerHost } from "./ReactiveController.ts"; /** * Creates a reactive state reference that requests an update * on the given host when its value changes. */ export declare function hold(host: ReactiveControllerHost, initialValue: T, arg1?: Reference.UpdateHandler | Omit, "initialValue">): Reference; //# sourceMappingURL=hold.d.ts.map