export declare enum AssociationStatus {
    PendingApproval = "pendingApproval",
    Active = "active"
}
