import { JsonValue } from "vtxf-xe2/dist-node/xe2-base-utils"; export declare function isJsonObject(obj: any): obj is { [key: string]: JsonValue; };