import { n as AtomStore } from "./implementation-BtFRKZGC.cjs"; //#region src/withStore/internal.d.ts /** * Returns the currently active store in the nearest `withStore` boundary, * or `undefined` if called outside any boundary. */ declare function getCurrentStore(): AtomStore | undefined; /** * Executes `fn` within a store boundary backed by a synchronous stack. * * Pushes `store` onto the module-scoped stack before invoking `fn`, and * pops it in a `finally` block so the stack stays consistent even if * `fn` throws. */ //#endregion export { getCurrentStore }; //# sourceMappingURL=internal.d.cts.map