export declare class ConsoleUtils { static debug(message: string): void; static warn(message: string): void; static error(message: string): void; private static prefix; }