import { GameState } from '.';
export declare const spiel: (xs: readonly any[]) => GameState | undefined;
