/** * index.js */ export declare const compute: (msg: Uint8Array, hash?: import("./params").HashTypes) => Promise; declare const _default: { compute: (msg: Uint8Array, hash?: import("./params").HashTypes) => Promise; }; export default _default;