import { DashboardState } from '../states/dashboard.state'; export declare function dashboardReducer(state: any, action: any): DashboardState;