import { IGeneralTableStateContext } from './contexts'; export declare function generalTableReducer(incomingState: IGeneralTableStateContext, action: ReduxActions.Action): IGeneralTableStateContext;