import { Observable } from "rxjs"; import { HttpUtilsService } from "../../../shared/service/http-utils.service"; import { MessageService } from "../../../shared/service/message.service"; import { LogFilter } from "../data/log.filter"; import { BaseCRUDService } from "../../../base/shared/base.service"; import * as i0 from "@angular/core"; export declare class LogService extends BaseCRUDService { protected messageService: MessageService; protected http: HttpUtilsService; private countAllLogsByFilterUrl; private getAllLogsByFilterUrl; private getDominiosLogUrl; constructor(messageService: MessageService, http: HttpUtilsService); getAllByFilter(logFilter: LogFilter): Observable; countAllByFilter(logFilter: LogFilter): Observable; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }