import type { NumericFacetValue } from '../features/facets/range-facets/numeric-facet-set/interfaces/response.js'; export declare function buildMockNumericFacetValue(config?: Partial): NumericFacetValue;