import { TfDashboardState } from "./tf-dashboard.models"; export declare const initialState: TfDashboardState; export declare const dashboardFeatureKey = "tfDashboard"; export declare const tfDashboardReducer: import("@ngrx/store").ActionReducer;