import { type Type } from '@nestjs/common'; import { type ErrorLogger } from './error-logger.interface'; export declare const ERROR_LOGGERS: Type[];