import { Observable } from 'rxjs'; import { CommonHttpRequestService } from './common-http-request.service'; import * as i0 from "@angular/core"; export declare class StatisticService { private commonHttpRequestService; constructor(commonHttpRequestService: CommonHttpRequestService); get(url: string, cacheRequest?: boolean): Observable; post(url: string, payload: any): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }