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