import Actions from '../../actions'; export declare type Action = Actions.ReceiveRecordCount; export declare type State = number; export default function updateRecordCount(state: State, action: Action): State;