export function createRandomizer(): { seed: number; arrayShuffle(options: any): void; nextInt(maxValue: any): number; };