import { Structure } from "./Models/Document";
import { StoreAction } from "./Models/Redux";
/**
 *
 * @deprecated
 */
export declare function GeneralReducer<T extends Structure>(initialState: Record<string, T>, model_name: string): (state: Record<string, T> | undefined, action: StoreAction<T>) => Record<string, T>;
