import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { StoreCount, StoreFinderAdapter, StoreFinderSearchPage } from '@spartacus/storefinder/core'; import { ConverterService, GeoPoint, Occ, OccEndpointsService, PointOfService, SearchConfig } from '@spartacus/core'; import * as i0 from "@angular/core"; export declare class OccStoreFinderAdapter implements StoreFinderAdapter { protected http: HttpClient; protected occEndpointsService: OccEndpointsService; protected converterService: ConverterService; constructor(http: HttpClient, occEndpointsService: OccEndpointsService, converterService: ConverterService); search(query: string, searchConfig: SearchConfig, longitudeLatitude?: GeoPoint, radius?: number): Observable; loadCounts(): Observable; load(storeId: string): Observable; protected callOccFindStores(query: string, searchConfig: SearchConfig, longitudeLatitude?: GeoPoint, radius?: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }