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