/** All states a status can be in */
export declare enum DomainStatusEnum {
    'error' = "error",
    'off' = "off",
    'on' = "on",
    'removing' = "removing"
}
//# sourceMappingURL=DomainStatusEnum.d.ts.map