import { XnHttpService } from '@exin/core/core'; import { XnProposalBusinessPlan } from './xn-proposal-management.model'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class XnProposalBusinessPlanManagementService { private http; private _dictionary; constructor(http: XnHttpService); loadProposalBusinessPlan(proposal_id: string): Observable; getProposalBusinessPlan(proposal_id: string): Observable; editProposalBusinessPlanCosts(proposal_id: string, costs: any): Observable; editProposalBusinessCrescita(proposal_id: string, crescita: any): Observable; private _updateBusinessPlan; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }