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