import { GameState } from '../types';
export declare const bakery: (param?: string) => import("..").StateReducer | ((...args: unknown[]) => undefined);
export declare const complete: import("ts-toolbelt/out/Function/Curry").Curry<(partial: string[], state: GameState) => string[]>;
