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