import { LoggerService as NestLoggerService } from '@nestjs/common'; import { HintTags, LoggerModuleOptions } from './logger.types'; export declare class LoggerService implements NestLoggerService { private readonly _console; private readonly _local?; constructor(opts?: LoggerModuleOptions); tagger: >(_default?: Partial | undefined) => (tags?: Partial | undefined) => Partial; setContext: (context: string) => void; log: (message: M, _tags?: string | (Record & HintTags) | undefined) => void; warn: (message: M, _tags?: string | (Record & HintTags) | undefined) => void; error: (message: M, _tags?: string | (Record & HintTags) | undefined) => void; debug: (message: M, _tags?: string | (Record & HintTags) | undefined) => void; private define; } //# sourceMappingURL=logger.service.d.ts.map