import { XnApiSchema } from '@exin/core/core'; import { XnHttpService } from '@exin/core/core'; import { Observable } from 'rxjs'; import { XnProposalManagement, XnProposalManagementHistory } from './xn-proposal-management.model'; import { XnFormlyFieldConfig } from '@exin/core/formly'; import { XnProposalStatusType } from '@exin/proposal/shared'; import * as i0 from "@angular/core"; export declare class XnProposalManagementService { private http; private _dictionary; constructor(http: XnHttpService); loadProposalsMangement(order_by: string, order_sort: string, paginate: number, page: number, status: XnProposalStatusType, search: string): Observable>; loadProposalManagementDescription(proposal_id: string, workflow_status: string): Observable; loadProposalManagement(proposal_id: string, workflow_status: string): Observable; saveProposalManagement(proposal_id: string, workflow_status: string, proposal: any): Observable; nextProposalManagement(proposal_id: string, workflow_status: string, proposal: any, additional_data: any): Observable; backProposalManagement(proposal_id: string, workflow_status: string, additional_data: any): Observable; rejectProposalManagement(proposal_id: string, workflow_status: string, additional_data: any): Observable; closeProposalManagement(proposal_id: string, workflow_status: string, additional_data: any): Observable; getProposalManagement(proposal_id: string): Observable; loadProposalManagementHistory(proposal_id: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }