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