import * as colorette from 'colorette';
export { options as colorOptions } from 'colorette';
export declare const colorize: typeof colorette;
declare class Logger {
    protected stderr(str: string): boolean;
    info(str: string): boolean | void;
    warn(str: string): boolean | void;
    error(str: string): boolean | void;
}
export declare const logger: Logger;
