import { Actions, Store } from '@ngxs/store'; import { ResetService } from './reset.service'; import * as i0 from "@angular/core"; export declare class ResetHandler { private actions$; private store; private resetService; constructor(actions$: Actions, store: Store, resetService: ResetService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }