import { AsyncLocalStorage } from 'async_hooks'; import type { GlobalContext } from './globalContext.js'; /** * This returns a AsyncLocalStorage instance, not the actual store * * @deprecated This function will be available only from the `@cedarjs/context` package in a future release. */ export declare const getAsyncStoreInstance: () => AsyncLocalStorage>; //# sourceMappingURL=globalContextStore.d.ts.map