import { ApiClientFactory } from '../core/api.client.factory'; export declare class HardWareService { private factory; constructor(factory: ApiClientFactory); getAllDatas(data: any): Promise; getChart1(data: any): Promise; getDetail(pageNo: string, pageSize: string, orgId: string, orgType: string, currentYearAndDay: string, problemDistributionId: string, deliveryProblemId: string, checkResult: string, problemDistributionBase64Value: string): Promise; getLineChart(data: any): Promise; }