declare enum warbandRoles {
    NONE = 0,
    TEMPORARY = 1,
    PERMANENT = 2,
    OWNER = 3,
}
export default warbandRoles;
