/** * Calculates the SHA of a buffer using WebCrypto */ export declare function sha(data: ArrayBuffer, algorithm?: string): Promise; //# sourceMappingURL=hash.d.ts.map