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