import { JSONValue } from "./types"; export declare function encodeCanonicalJSON(jsonNode: JSONValue): string;