import { ApiClientFactory } from '../core/api.client.factory'; import { IGasContentMonitoringList, IGasContentMonitoringModal } from '../model/sewageMonitor.model'; export declare class GasContentService { private factory; constructor(factory: ApiClientFactory); getsaveSewageMonitorList(projectId: string, type: any): Promise; saveSewageMonitorInfo(projectId: string, type: any, data: any): Promise; deletesaveSewageMonitorInfo(projectId: string, type: any, id: string): Promise; getAlarmValueWhithGasType(projectId: string, type: any, data: any): Promise; getSewageInfo(projectId: string, deviceId: any): Promise; getNoticeInfo(projectId: string, data: any): Promise; getPieChartInfo(projectId: string, data: any): Promise; getPieChartDetailData(projectId: string, data: any): Promise; loadGasContentMonitoring(projectId: string, monitorType: number): Promise; loadGasContentMonitoringModal(projectId: string, deviceId: string): Promise; }