import { type SmoldotWasmExports } from "https://deno.land/x/smoldot@light-js-deno-v0.7.9/instance/bindings.d.ts";
Interface that the Wasm module exports. Contains the functions that are exported by the Rust code.
Must match the bindings found in the Rust code.