/** WASM exports for the sha3 module */ export interface Sha3Exports { memory: WebAssembly.Memory; getModuleId(): number; }