/** * The following code is modified based on * https://github.com/webpack/webpack/blob/4b4ca3b/lib/util/hash/md4.js * * MIT Licensed * Author Tobias Koppers @sokra * Copyright (c) JS Foundation and other contributors * https://github.com/webpack/webpack/blob/main/LICENSE */ declare const _default: () => import("./wasm-hash").WasmHash; export default _default;