import { ActionReducer } from '@ngrx/store'; import * as BoardActions from '../actions/board.actions'; import { BoardState } from '../states/board.state'; export declare type Action = BoardActions.All; export declare const BoardReducer: ActionReducer;