import { IFilterParser } from '../interfaces/IFilterParser';
export declare function parseNodeFiltersFactory(): IFilterParser;
