import type { ILogFormatter, UnifiedLogEntry } from '../types.js';
export declare class PlainTextFormatter implements ILogFormatter {
    readonly fileExtension = ".log";
    format(entry: UnifiedLogEntry): string;
}
//# sourceMappingURL=PlainTextFormatter.d.ts.map