import { Observable } from 'rxjs'; export interface ElasticSearchProvider { searchByQuery(query: any): Observable; }