export declare enum SettingGroupStatus {
    ACTIVE = "ACTIVE",
    DEACTIVED = "DEACTIVED"
}
