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