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