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