import type { VNativeFn, VNull, Value } from '../../interpreter/value.js'; export declare function GenerateLegacyRandom(seed: Value | undefined): VNativeFn | VNull; export declare function GenerateRC4Random(seed: Value | undefined): VNativeFn | VNull; export declare function GenerateChaCha20Random(seed: Value | undefined): Promise; //# sourceMappingURL=genrng.d.ts.map