import { WASIFeatureProvider } from "../options.js"; /** * Create a feature provider that provides `random_get` with `crypto` APIs as backend by default. */ export declare function useRandom(useOptions?: { randomFillSync?: (buffer: Uint8Array) => void; }): WASIFeatureProvider;