import { NgxsPlugin } from '@ngxs/store'; import { ResetService } from './reset.service'; import * as i0 from "@angular/core"; export declare class NgxsResetPlugin implements NgxsPlugin { private readonly resetService; constructor(resetService: ResetService); private clearStates; private overwriteStates; private resetStates; private resetStatesAll; handle(state: any, action: any, next: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }