import { ApiClientFactory } from '../core/api.client.factory'; import { QuestionData } from '../model/binjiang.model'; import { IProblemDetails } from '../model/qualitySafety.model'; export declare class BinJiangService { private factory; constructor(factory: ApiClientFactory); getChartsBJ(projectId: string, s: string, e: string): Promise; getChartsTableBJ(projectId: string, s: string, e: string, id: string, pi: number, ps: number): Promise; getExpQualityData(projectId: string): Promise; getExpQualityDataModal(projectId: string, id: string, tenantId: string): Promise; getChartsBJSaf(projectId: string, s: string, e: string): Promise; getChartsTableBJSafe(projectId: string, s: string, e: string, id: string, pi: number, ps: number): Promise; getExpSafetyData(projectId: string): Promise; getExpSaftyDataModal(projectId: string, id: string, tenantId: string): Promise; getSafetyPieData(projectId: string, endTime: string, startTime: string): Promise; getQualityQuestionData(projectId: string, startDate: string, endDate: string): Promise; getQualityQuestionDetailData(projectId: string, type: string, startDate: string, endDate: string): Promise; getSafetyQuestionData(projectId: string, startDate: string, endDate: string): Promise; getSafetyQuestionDetailData(projectId: string, type: string, startDate: string, endDate: string): Promise; getSafetyModal(projectId: string, routineName: string, startTime: string, endTime: string, pageIndex: number, pageSize: number): Promise; getQualityPieData(projectId: string, endTime: string, startTime: string): Promise; getQualityModal(projectId: string, routineName: string, startTime: string, endTime: string, pageIndex: number, pageSize: number): Promise; }