import { Action, TableState } from './types'; export declare function tableReducer(state: TableState, action: Action): TableState;