export declare function sha256Hex(bytes: Uint8Array): Promise; export declare function sha1Hex(bytes: Uint8Array): Promise; export declare function sha384Hex(bytes: Uint8Array): Promise; export declare function sha512Hex(bytes: Uint8Array): Promise; export declare function md5Hex(bytes: Uint8Array): string; //# sourceMappingURL=hash.d.ts.map