export declare enum CityGroupInviteStatus { ACTIVE = "active", EXPIRED = "expired", USED = "used" }