import type { Flow } from './types.js'; export declare const flowStorage: import("node:async_hooks").AsyncLocalStorage>; export declare function getContext(): Flow | undefined; export declare function requireContext(): Flow; export declare function runInContext(ctx: Flow, fn: () => T): T; //# sourceMappingURL=store.d.ts.map