import { TypeOf } from 'io-ts';
export declare const Player: import("io-ts").UnionC<[import("io-ts").LiteralC<"arxe">, import("io-ts").LiteralC<"sorn">]>;
export declare type Player = TypeOf<typeof Player>;
