import { ColorOptions } from './constTypes'; export declare const ops: Record; export declare const colors: Record; export declare const boldTerminalColors: Record; export declare function color(str: string, cname: string, options?: ColorOptions): string; export declare function decodeColorForLine(str: string): string; export declare function terminalColor(str: string, cnameInfo: string): string; export declare function browserColor(str: string, cnameInfo: string): string; export declare function decodeBrowserColorLine(str: string): [string, string[]]; //# sourceMappingURL=color.d.ts.map