export declare const FILTER_SEPARATOR = " ";
export declare const LIST_START = "[";
export declare const LIST_END = "]";
export declare const LIST_ELEMENTS_SEPARATOR = ";";
export declare const RELATION_SCALAR_SEPARATOR = "-";
export declare const LOGIC_OPERATORS_WITH_SPACES_REGEX: RegExp;
