import { Observable } from 'rxjs'; import { INewPaymentIm } from '../../../../fas-payments/new-payment-im.model'; import { HttpClient, HttpHeaders } from '@angular/common/http'; import { IInitialisedPaymentLinkVm } from '../../../../fas-payments/initialised-payment-link-vm.model'; import { FasPaymentConfig } from '../../models/fas-payment-config'; import { INewPaymentSubscriptionIm } from '../../../../fas-payments/new-payment-subscription-im.model'; import * as i0 from "@angular/core"; export declare class NewPaymentService { private config; http: HttpClient; constructor(config: FasPaymentConfig); headers: HttpHeaders; postNewPayment$(body: INewPaymentIm): Observable; postNewPaymentSubscription$(body: INewPaymentSubscriptionIm): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }