import { HttpClient } from "@angular/common/http"; import { PublicService } from "./public.service"; import { BaseAuthService } from "./base-auth.service"; import { PeriodTimeGraphData, PeriodTimeShiftInfoData, PeriodTimeStatus, PeriodTimeStatusData } from "./models/PeriodTimeStatus"; import * as i0 from "@angular/core"; export declare class MachineTimeStatus extends BaseAuthService { publicService: PublicService; private httpClient; protected env: any; constructor(publicService: PublicService, httpClient: HttpClient, env: any); protected getBasePath(): string; getTimeStatus(machineId: string, startDate: any): import("rxjs").Observable; getTimeStatusDetail(machineId: string, timeShow: number, startDate: any, endDate: any, shift?: number): import("rxjs").Observable; getTimeStatusMachineShift(machineId: string, timeShow: number, startDate: any, endDate: any, shift?: number): import("rxjs").Observable; getTimeStatusBox(boxId: string, timeShow: number, startDate: any, endDate: any): import("rxjs").Observable; getTimeStatusBoxShift(boxId: string, timeShow: number, startDate: any, endDate: any): import("rxjs").Observable; getTimeStatusMachineShiftInfo(machineId: string, startHour: any, endHour: any): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }