import { Actions } from '@ngrx/effects'; import { Observable } from 'rxjs'; import { StoreFinderConnector } from '../../connectors/store-finder.connector'; import { StoreFinderActions } from '../actions/index'; import * as i0 from "@angular/core"; export declare class FindStoresEffect { private actions$; private storeFinderConnector; constructor(actions$: Actions, storeFinderConnector: StoreFinderConnector); findStores$: Observable; findStoreById$: Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }