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