import 'colors'; export declare function log(typeColor: string, ...contents: any[]): void; export declare function info(...contents: any[]): void; export declare function warn(...contents: any[]): void; export declare function success(...contents: any[]): void; export declare function error(...texts: string[]): Error; export declare function clear(): void;