import { HttpClient } from "@angular/common/http"; import { BaseAuthService } from "./base-auth.service"; import { PublicService } from "./public.service"; import * as i0 from "@angular/core"; export declare class TexmaService extends BaseAuthService { publicService: PublicService; private httpClient; protected env: any; constructor(publicService: PublicService, httpClient: HttpClient, env: any); getBasePath(): string; getProduction(machineId: string, productionId: string): any; getProductionListOpen(machineId: string): any; putProduction(form: any, machineId: string, id: string): any; postProduction(form: any, machineId: string): any; stopProductionList(machineId: string, productionListId: string): import("rxjs").Observable; getProductionListVelocityGraph(machineId: string, productionListId: string): import("rxjs").Observable; getProductionListPerimeterGraph(machineId: string, productionListId: string): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }