import { HttpClient, HttpHeaders } from '@angular/common/http'; import { Observable } from 'rxjs'; import { FasPaymentConfig } from '../../models/fas-payment-config'; import { IMyAccountVm } from '../../../../fas-payments/my-account-vm.model'; import { IMyAccountIm } from '../../../../fas-payments/my-account-im.model'; import * as i0 from "@angular/core"; export declare class MyAccountService { private config; http: HttpClient; constructor(config: FasPaymentConfig); headers: HttpHeaders; getMyAccount$(): Observable; putMyAccount$(body: IMyAccountIm): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }