import { AsyncLocalStorage } from "async_hooks"; export declare class ExecutionContext { static getExecutionContext(): AsyncLocalStorage; static set(key: string, value: any): void; static get(key: string): any; }