import { LogLevel } from '../models';
export declare function logLevelLabel(level: LogLevel): string;
export declare const ansiToTailwind: Record<string, string>;
export declare const ansiiColorRegex: RegExp;
