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