import { GameCommandStartParams, GameState } from '../types';
export declare const start: (state: GameState, { seed, colors }: GameCommandStartParams) => GameState | undefined;
