import { LogLevel } from '../../enums'; import { CfConfigService } from './config.service'; import * as i0 from "@angular/core"; export declare class CfLoggerService { configSerivce: CfConfigService; private _logLevel; private logLevelColors; debug(log: any, group?: boolean): void; info(log: any, group?: boolean): void; warn(log: any, group?: boolean): void; error(log: any, group?: boolean): void; fatal(log: any, group?: boolean): void; groupEnd(): void; private log; set logLevel(logLevel: LogLevel | null); get logLevel(): LogLevel | null; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }