import { StateReducer } from '../types';
export declare const grapevine: (param?: string) => StateReducer;
export declare const complete: import("ts-toolbelt/out/Function/Curry").Curry<(partial: string[], state: import("..").GameState) => string[]>;
