import { ActionsUnion, IGatsbyState } from "../types"; export declare const componentsUsingSlicesReducer: (state: Map | undefined, action: ActionsUnion) => IGatsbyState["componentsUsingSlices"];