import * as i0 from "@angular/core";
export declare class LogService {
    debug(logObject?: any): void;
    info(logObject?: any): void;
    warn(logObject?: any): void;
    error(logObject?: any): void;
    fatal(logObject?: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<LogService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<LogService>;
}
