export declare const hmrReducer: (appReducer: any) => (state: any, {type, payload}: { type: any; payload: any; }) => any;