import { Reducer } from 'redux'; interface State { [key: string]: any; } declare const recordReducer: Reducer; export default recordReducer;