import { GameStateModifier } from '../types'; declare const addRandomTile: GameStateModifier; export default addRandomTile;