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