import { AsyncLocalStorage } from 'node:async_hooks'; export type LockState = Map; export declare const lockContext: AsyncLocalStorage;