import { HttpClient } from "@angular/common/http"; import { Observable } from "rxjs"; import { PGWPaymentAggregatorContainerModel } from "../../../../../models/aggregates/pgw/pgw-payment-aggregator.model"; import { ApiVisa, BaseApiTemplateService, PagingResponseModel } from "../shared"; import { PGWPaymentAggregatorQueryCriteriaClass } from "../../criteria/pgw/pgw-payment-aggregator.model"; import * as i0 from "@angular/core"; export declare class PGWPaymentAggregatorService extends BaseApiTemplateService { constructor(http: HttpClient); getPGWPaymentAggregatorByCriteria(visa: ApiVisa, criteria?: PGWPaymentAggregatorQueryCriteriaClass): Observable>; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }