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