export declare class SearchFacetRangeQuery { field: string; fromValue: string; toValue: string; facetLabel: string; label: string; value: string; token: string; excludedFacet: boolean; query: string; constructor(field: string, fromValue: string, toValue: string, facetLabel: string, label: string, value: string, token: string); }