import { LogLevel } from '@dvcol/common-utils/common/logger';
export declare class Logger {
    static logger: any;
    static colorize: any;
    static setLogLevel(logLevel: LogLevel | keyof typeof LogLevel): void;
    static get timestamp(): any;
    static get trace(): any;
    static get debug(): any;
    static get info(): any;
    static get warn(): any;
    static get error(): any;
}
export { LoggerColor, LogLevel } from '@dvcol/common-utils/common/logger';
