import { Observable } from 'rxjs'; import { IMyAccountVm } from '../../../fas-payments/my-account-vm.model'; import { IInvoiceDataVm } from '../../../fas-payments/invoice-data-vm.model'; import * as i0 from "@angular/core"; export declare class SharedDataService { private myAccountDataSubject; private myAccountData$; getMyAccountData(): Observable; setMyAccountData(value: IMyAccountVm): void; private invoiceDataSubject; private invoiceData$; getInvoiceData(): Observable; setInvoiceData(value: IInvoiceDataVm): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }