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