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