import { Observable } from 'rxjs'; import { Action } from '../utils/misc.util'; import * as i0 from "@angular/core"; export declare class StateService { private exclude; private store$; private action$; private effect$; private $reducer; constructor(); select(path?: string): Observable; dispatch(...actions: Action[]): void; register(type: string, effect: (effect$: Observable) => Observable): import("rxjs").Subscription; hydrate(payload?: any): void; empty(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }