import { Observable } from 'rxjs'; import { ApiGatewayService } from '../../api-client/api-gateway.service'; import * as i0 from "@angular/core"; export declare class FndyExportService { private apiGatewayService; constructor(apiGatewayService: ApiGatewayService); callExport(body: any): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }