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