import { GameCommandCutPeatParams, StateReducer, GameState } from '../types';
export declare const cutPeat: ({ row, col, useJoker }: GameCommandCutPeatParams) => StateReducer;
export declare const complete: (state: GameState) => (partial: string[]) => string[];
