import { GameCommandConvertParams, GameStatePlaying } from '../types';
export declare const convert: ({ grain, wine, nickel, whiskey, penny }: GameCommandConvertParams) => import("..").StateReducer;
export declare const complete: (state: GameStatePlaying) => (partial: string[]) => string[];
