import { HydratedReferenceController } from "./HydratedReferenceController.ts"; /** * Creates a reactive state reference that hydrates * when the host is connected to the DOM. * * @alpha This is an experimental API and WILL change in the future without notice. */ export declare function hydrateRef(host: HydratedReferenceController.CompleteHost, options: hydrateRef.Options): void; export declare namespace hydrateRef { type Options = HydratedReferenceController.Options; } //# sourceMappingURL=hydrateRef.d.ts.map