import { JsonNode } from "./types.js"; export declare function buildJsonTree(value: unknown, path?: string): JsonNode; export declare function isLongString(s: string): boolean;