import { WASIAbi } from "../abi.js"; import { WASIOptions } from "../options.js"; /** * A feature provider that provides `proc_exit` and `proc_raise` by JavaScript's exception. */ export declare function useProc(options: WASIOptions, abi: WASIAbi, memoryView: () => DataView): WebAssembly.ModuleImports;