import { RandomEngine } from '@grandom/core'; export default class MathRandomEngine extends RandomEngine { constructor(); _next(): number; }