import { AtomStore } from "@dathra/store"; //#region src/defineComponent/internal.d.ts /** * Bind an atom store to a component host before hydration or connection. */ declare function bindStoreToHost(host: HTMLElement, store: AtomStore): void; declare function bindCurrentStoreToSubtree(root: Node): void; //#endregion export { bindStoreToHost as n, bindCurrentStoreToSubtree as t }; //# sourceMappingURL=internal-DRftU7GJ.d.cts.map