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