import { Store } from '@ngxs/store'; export declare class EventHandler { private store; constructor(store: Store); }