import { GameState, Controls } from './types';
export declare const control: (state: GameState, partial: string[], player?: number) => Controls;
