import { ActionsUnion, IGatsbyNode } from "../../../redux/types"; import type { Database } from "lmdb"; type NodeId = string; export declare function updateNodes(nodesDb: Database, action: ActionsUnion): Promise | boolean; export {};