import { PortfolioId } from '../models/portfolio'; import { Observable } from 'rxjs'; import { OperationsStore } from '../../store/operations.store'; import { ReportMakerStore } from '../../store/report-parser/report-maker.store'; import { OperationId } from '../models/operations'; import * as i0 from "@angular/core"; export declare class ApiExportService { private operationsStore; private reportMakerStore; constructor(operationsStore: OperationsStore, reportMakerStore: ReportMakerStore); exportToExcel(portfolioId: PortfolioId, operationsIds?: OperationId[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }