import { IGatsbyState, ActionsUnion } from "../types";
export declare const nodesByTypeReducer: (state: IGatsbyState["nodesByType"] | undefined, action: ActionsUnion) => IGatsbyState["nodesByType"];
//# sourceMappingURL=nodes-by-type.d.ts.map