export declare class FiltersService { filters: Array; update(k: string, v: string): void; get(): Array; }