/** Type of statistics related to cache */
export declare enum StatsTypeEnum {
    'backend' = "backend",
    'cdn' = "cdn",
    'threat' = "threat"
}
//# sourceMappingURL=StatsTypeEnum.d.ts.map