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