import { LogEntry } from './types.js';
export declare class LogFormatter {
    private readonly colors;
    formatJson(entry: LogEntry): string;
    formatPretty(entry: LogEntry): string;
    private formatTimestamp;
    private formatLevel;
}
export declare const defaultFormatter: LogFormatter;
//# sourceMappingURL=formatter.d.ts.map