import { Logger } from '@nestjs/common'; import { Log4js } from 'log4js'; export declare class Log4jsService extends Logger { private Log4js; constructor(Log4js: Log4js); log(message: string, context: string): void; error(message: string, trace: string, context: string): void; warn(message: string, context: string): void; }