import { InitOutput } from '../../wasm/pkg/sha3_wasm.d.js'; export { InitInput, Keccak256Hasher, Memory, SyncInitInput, initSync, keccak256 } from '../../wasm/pkg/sha3_wasm.d.js'; declare function initBundled(): Promise; export { InitOutput, initBundled };