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