import * as RT from "./type"; export declare const reducer: (data: RT.Data, action: RT.Actions) => RT.Data; export default reducer;