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