import { type JSONNode, type JSONRecord } from '@redneckz/json-op'; export declare const isBlock: (node: JSONNode) => node is JSONRecord & { type: string; hidden?: boolean | undefined; mobile?: JSONRecord | undefined; };