export declare const spiel: (xs: readonly any[]) => import("./types").GameStateSetup | import("./types").GameStatePlaying | undefined;
