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