import { IGatsbyState, ActionsUnion, IGatsbySlice } from "../types";
export declare const slicesReducer: (state: Map<string, IGatsbySlice> | undefined, action: ActionsUnion) => IGatsbyState["slices"];
