import { HttpService } from 'ngx-techlify-core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class ExpenseSummaryService { private httpService; constructor(httpService: HttpService); /** * Get the expense aggregated data. * * @param params */ aggregated(params?: any): Observable; /** * Export the expense aggregated report. * * @param params */ export(params?: any): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }