import { GlobalAction, GlobalState } from "../../shared/types"; declare const reducer: (state: GlobalState, action: GlobalAction) => GlobalState; export default reducer;