import { Fields } from './types'; declare function fieldReducer(state: Fields, action: any): Fields; export default fieldReducer;