/** * Creates a sha256 hash from a json object. * * Sorts the object properties to increase consistency, * and de-duplication of snapshots. */ export declare function jsonSha256(content: Record): string; //# sourceMappingURL=json-sha-256.d.ts.map