import { MutableGameState } from '../types'; import { RandomSeed } from 'random-seed'; declare const getRng: (gameState: MutableGameState) => RandomSeed; export default getRng;