import { HttpClient } from "@angular/common/http"; import { DataService } from "./data.service"; import { Presenter } from "../../api/internal/presenter/presenter"; import { ConfigurationManager } from "../../store/configuration-manager/configuration-manager"; import * as i0 from "@angular/core"; declare type typeOptions = 'ERROR' | 'INFO'; export declare class LoggerService { private http; private dataService; presenter: Presenter; private configurationManager; constructor(http: HttpClient, dataService: DataService, presenter: Presenter, configurationManager: ConfigurationManager); log(method: string, stage: string, parameters: object, description: string, message: string, type: typeOptions, code: string, execTime: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export {};