export declare function getNamespaceColor(namespace: string): number; export declare function colorize(text: string, colorIndex: number): string; export declare function dim(text: string): string; export declare function bold(text: string): string; //# sourceMappingURL=colors.d.ts.map