import { LogStyle } from './interfaces'; export declare function getNodeStyle(style: LogStyle): string; export declare function addReset(input: number | string): string;