import { AsyncLocalStorage } from 'async_hooks'; export declare const NestjsPinoAsyncLocalStorage: AsyncLocalStorage<{ requestId: string; }>;