export declare const filtersTools: { get(query: any): { checkTopFilterExists(field: string): any; removeTopFilter(field: string): void; removeTopFilterIfExists(field: string): void; replaceOrAddTopFilter(filter: { field: string; value: any; operator: string; }): void; }; }; //# sourceMappingURL=filtersTools.d.ts.map