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