import { AsyncLocalStorage } from 'node:async_hooks'; import type { Flow } from '../../request/context/types.js'; export declare const VERSION: string; interface RuntimeSlot { readonly version: string; readonly flowStorage: AsyncLocalStorage; } export declare function runtime(): RuntimeSlot; export {}; //# sourceMappingURL=broker.d.ts.map