import { ActionsUnion, IGatsbyState } from "../types";
export declare const slicesByTemplateReducer: (state: Map<string, import("../../utils/babel/find-slices").ICollectedSlices> | undefined, action: ActionsUnion) => IGatsbyState["slicesByTemplate"];
