import { GameCommandConfigParams, GameState } from '../types';
export declare const config: (params: GameCommandConfigParams) => (state: GameState) => GameState | undefined;
