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