declare type GameRule = {
    isNoCommision: boolean;
    isSuperSixSupported: boolean;
};
export default GameRule;
