import { GameState, StateReducer } from '../types';
export declare const commit: StateReducer;
export declare const complete: (state: GameState) => (partial: string[]) => string[];
