import { IActions } from "./actions";
declare type Maptype = Map<string, any>;
export declare const initialState: (initialValue: any) => Map<string, any>;
export declare type IState = ReturnType<typeof initialState>;
export declare function reducer(state: IState, action: IActions): Maptype;
export {};
//# sourceMappingURL=reducer.d.ts.map