import { AsyncLocalStorage } from 'async_hooks'; import { EggContext } from '@eggjs/tegg-runtime'; export declare class StandaloneContextHandler { static storage: AsyncLocalStorage; static register(): void; }