/// import { WASI } from "wasi"; import { RubyVM } from "./index"; export declare const DefaultRubyVM: (rubyModule: WebAssembly.Module, options?: { env?: Record | undefined; }) => Promise<{ vm: RubyVM; wasi: WASI; instance: WebAssembly.Instance; }>;