import{BrowserEncoding}from'./encoding';/** * Hash returned from functions in the browser. */exportdeclareclassHashextendsUint8Array{/** * A constant-time comparison against the other hash/array. */equals(other:unknown):boolean;toString(encoding?:BrowserEncoding):string;}