import { Engine } from "../types"; /** * An int32-producing Engine that uses `Math.random()` */ export declare const nativeMath: Engine;