export declare type Games = "texas_holdem" | "sixplus_holdem" | "omaha";
export declare const AvailableGames: string[];
