import { CacheRules } from '../../../../../interfaces/WidgetInterfaces'; import { OnInit } from '@angular/core'; export declare class CacheRuleEditorComponent implements OnInit { cacheRules: CacheRules; periods: string[]; constructor(); ngOnInit(): void; }