export declare const ICON = "\uD83D\uDC7E";
export declare function debug(...text: any[]): void;
export declare function verbose(...text: any[]): void;
export declare function info(...text: any[]): void;
export declare function error(...text: any[]): void;
export declare function warn(...text: any[]): void;
export declare function empty(count?: number): void;
export declare function disable(): void;
export declare function isEnabled(): boolean;
