import { HttpClient } from '@angular/common/http'; import { ApiResponseModel, ApiVisa, BaseApiTemplateService } from '../shared'; import { Observable } from 'rxjs'; import { PgwFpxFormDtoModel } from '../../data-transfer-objects/pgw-fpx-form.model'; import * as i0 from "@angular/core"; export declare class PgwFpxFormService extends BaseApiTemplateService { constructor(http: HttpClient); postInitForm(tenantCode: string, paymentChannelCodePart: string, txnHdrGuid: string, dtoObject: PgwFpxFormDtoModel, visa: ApiVisa): Observable>; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }