export declare class ConsoleLogWriter { static write(content: string, color?: string): void; private static colorLog; }