export declare enum DomainCategory {
    CUSTOM = "CUSTOM",
    LOCAL = "LOCAL",
    HMS = "HMS"
}
