import type { Formatter, LogEntry } from '../types'; export declare class JsonFormatter implements Formatter { format(entry: LogEntry): Promise; }