import type { ProcessContentActions } from '../../../types'; export declare function setDocumentSearchFacets(actions: ProcessContentActions, documentSearchFacets: { [key: string]: string | Set; }): void; export declare function extractDocumentSearchFacets(actions: ProcessContentActions, metadata?: Record): { [key: string]: string; }; //# sourceMappingURL=search-facets.d.ts.map