import type { FormatOptions, LogObject } from '../types'; import { FancyReporter } from './fancy'; export declare class LoggerReporter extends FancyReporter { private latestLogTime; formatDate(date: Date, opts: FormatOptions): string; formatLogObj(logObj: LogObject, opts: FormatOptions): string; }