import { HttpClient } from "@angular/common/http"; import { PublicService } from "./public.service"; import { BaseAuthService } from "./base-auth.service"; import { SuggestStopType, SuggestStop } from "./models/SuggestStop"; import * as i0 from "@angular/core"; export declare class SuggestStopsService extends BaseAuthService { publicService: PublicService; private httpClient; protected env: any; constructor(publicService: PublicService, httpClient: HttpClient, env: any); protected getBasePath(): string; getSuggestStops(type: string): import("rxjs").Observable; getSuggestStopsTablet(prefix: string, stopId: string, filter: any): import("rxjs").Observable; getMachineAllStops(machineId: string): import("rxjs").Observable; getMachineStops(machineId: string): import("rxjs").Observable; getStopTypes(filter: string, prefix: string, stopId: string): import("rxjs").Observable; getAllStopTypes(stopId: string, filter: string): import("rxjs").Observable; assignSuggestType(prefix: string, stopId: string, stopType: any, stopTypeObservations?: string): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }