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