/** All type a cache can be in */
export declare enum CacheRuleCacheTypeEnum {
    'forceCache' = "forceCache",
    'noCache' = "noCache"
}
//# sourceMappingURL=CacheRuleCacheTypeEnum.d.ts.map