import { ActionReducer } from '@ngrx/store'; import * as SpaceActions from './../actions/space.actions'; import { SpaceState } from '../states/space.state'; export declare type Action = SpaceActions.All; export declare const SpaceReducer: ActionReducer;