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