import type { RandomGenerator } from '../types/RandomGenerator.js';
export declare function unsafeSkipN(rng: RandomGenerator, num: number): void;
