import type { SearchFacet } from '@redocly/theme/core/types'; import type { SearchFacetsConfig } from '@redocly/config'; export declare function resolveSearchFacets(searchFacetsConfig: SearchFacetsConfig, getSearchFacets: () => Map, setSearchFacets: (facets: Map) => void): void; //# sourceMappingURL=resolve-search-facets.d.ts.map