/// import { Color } from '../enums'; import { OgmaSimpleType } from '../types'; export declare function colorize(value: OgmaSimpleType, color?: Color, useColor?: boolean, stream?: Partial): string; export declare function colorizeCLI(value: OgmaSimpleType, color?: Color, useColor?: boolean): string;