import { Observable } from 'rxjs'; import { ServiceType } from '../../core/enums'; import { HttpClientService } from '../shared/http-client.service'; export declare class InputRestAutoCompleteModelService { private http; constructor(http: HttpClientService); query(path: string, body: object, service?: ServiceType): Observable; }