import { ActionsUnion } from "./../types";
import { IGatsbyState } from "gatsby/src/redux/types";
export declare const nodesTouchedReducer: (state: Set<string> | undefined, action: ActionsUnion) => IGatsbyState["nodesTouched"];
