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