import { type JSONNode } from '@redneckz/json-op'; export declare const nodeId: (node: JSONNode | undefined) => string | undefined;