import { LogEntry } from '../LogEntry'; export declare type Formatter = (logEntry: LogEntry) => string;