/// export declare class Merkle { hash(json: any): Buffer | null; flattenToArray(json: any): Array; } //# sourceMappingURL=Merkle.d.ts.map