import { InjectionToken } from '@angular/core';
import { Level } from './level.model';
export declare const LOGGER_LEVEL: InjectionToken<Level>;
