import type { RedoclyConfig } from '@redocly/config'; export declare function isAiSearchEnabled(config: RedoclyConfig): boolean; export declare function isDocsMcpEnabled(config: RedoclyConfig): boolean; export declare function shouldGenerateEmbeddings(config: RedoclyConfig): boolean; export declare function getSearchDocumentGroup(documentFacets?: Record): string | undefined; export declare function formatDocumentMetadata(metadata?: Record): string; //# sourceMappingURL=utils.d.ts.map