/** * Calculate a hash of a JSON object * @param jsonObject - The JSON object to hash * @returns A hash of the JSON object */ export declare function objectHash(jsonObject: NonNullable): Promise; //# sourceMappingURL=objectHash.d.ts.map