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