import { ApiClientFactory } from '../core/api.client.factory'; 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; getQualityQuestionData(projectId: string, startDate: string, endDate: string): Promise; }