import * as pino from 'pino'; import { LevelWithSilent } from 'pino'; /** * temporarily disabling the transport option as there might be a memory leak in some corner cases related to it * see https://github.com/pinojs/pino/issues/2370 */ declare const log: pino.Logger; type LogLevel = LevelWithSilent; export { type LogLevel, log };