import { IVAPILoggerErrorParams } from './logger.types'; export declare const DEFAULT_LOGGER_MANAGER_ERRORS: { METHOD_NOT_IMPLEMENTED: IVAPILoggerErrorParams; TARGET_LOGGER_NOT_FOUND: IVAPILoggerErrorParams; };