export declare enum PlayerPositionClashEnum {
UNSELECTED = "UNSELECTED",
FILL = "FILL",
TOP = "TOP",
JUNGLE = "JUNGLE",
MIDDLE = "MIDDLE",
BOTTOM = "BOTTOM",
UTILITY = "UTILITY"
}
export declare enum PlayerRoleClashEnum {
CAPTAIN = "CAPTAIN",
MEMBER = "MEMBER"
}