import type { ContentItemModel, OpenAPIParser, Options, OpenAPIInfo } from '@redocly/openapi-docs'; import type { AfterRoutesCreatedLifecycleContext, MdPageStaticData, PageRouteDetails } from '../../../types'; import type { AiDocumentsStore } from '../../../plugins/search/types.js'; import type { TagOperations } from '../types.js'; import type { SearchFacet } from '@redocly/theme/core/types'; export declare const getAiDocumentsStore: ({ parser, options, info, tagOperations, relativePath, openapiContentItem, metadata, getSearchFacets, includeInLLMsTxt, excludeFromSearch, }: { parser: OpenAPIParser; options: Options; info: OpenAPIInfo; tagOperations: TagOperations; relativePath: string; openapiContentItem: ContentItemModel; metadata: Record; getSearchFacets: () => Map; includeInLLMsTxt: boolean; excludeFromSearch?: boolean; }) => (route: PageRouteDetails, staticData: MdPageStaticData, context: AfterRoutesCreatedLifecycleContext) => Promise; //# sourceMappingURL=get-ai-search-documents.d.ts.map