import { ActionsUnion } from "../../../redux/types";
import { ILmdbDatabases } from "../../types";
export declare function updateNodesByType(nodesByTypeDb: ILmdbDatabases["nodesByType"], action: ActionsUnion): Promise<boolean> | boolean;
