import { TfConfigState } from "./tf-config.models"; export declare const configurationFeatureKey = "tfConfig"; export declare const initialState: TfConfigState; export declare const tfConfigReducer: import("@ngrx/store").ActionReducer;