/** Implements the {@link CCliColor} interface with no-op methods that just return * the text provided */ export declare class CCliNoopColor { protected constructor(); blue(text: string): string; bold(text: string): string; green(text: string): string; red(text: string): string; /** Factory for creating `CCliNoopColor` instances */ static create(): CCliNoopColor; } //# sourceMappingURL=c-cli-noop-color.d.ts.map