/**
 * Parses a value found at the field path, in order to be able to make a better comparison.
 *
 * TODO: find a way for the plugins to be able to define this.
 */
export declare function parseValueForFilters(val: any): any;
