import { Action } from '@ngrx/store'; export declare class ReduxAction implements Action { readonly payload?: T; readonly type: string; constructor(payload?: T); }