import { WASIAbi } from "../abi"; import { WASIOptions } from "../options"; /** * Create a feature provider that provides `random_get` with `crypto` APIs as backend by default. */ export declare function useRandom(options: WASIOptions, abi: WASIAbi, memoryView: () => DataView): WebAssembly.ModuleImports;