declare function reducer(state: any, action: any): any; declare type State = any; export { State, reducer };