import { Chalk } from './chalk'; import * as Logger from './logger'; export declare const separators: { path: { symbol: string; }; event: { symbol: string; }; context: { singleLine: { symbol: string; color: Chalk; }; multiline: { symbol: string; }; }; contextKeyVal: { singleLine: { symbol: string; color: Chalk; }; multiline: { symbol: string; }; }; contextEntry: { singleLine: string; multiline: (gutterSpace: string) => { symbol: string; color: Chalk; }; }; }; export declare type Options = { levelLabel: boolean; timeDiff: boolean; color: boolean; }; export declare function render(opts: Options, logRecord: Logger.LogRecord): string; //# sourceMappingURL=prettifier.d.ts.map