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