export declare const LogColor: { trace: (message: string) => string; debug: (message: string) => string; warn: (message: string) => string; error: (message: string) => string; errorPrefix: string; }; export declare const RuntimeLogLevel: { trace: string; debug: string; info: string; warn: string; error: string; fatal: string; }; export declare const TableStyle: { default: { style: { head: never[]; }; }; runtimeLog: { style: { head: string[]; border: string[]; }; chars: { mid: string; middle: string; 'left-mid': string; 'mid-mid': string; 'right-mid': string; 'top-mid': string; 'bottom-mid': string; }; }; }; //# sourceMappingURL=log-color.d.ts.map