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