import type { AppStore } from '@redocly/graphql-docs'; import type { PageRouteDetails, ProcessContentActions } from '../../../../types'; import type { AiDocumentsStore } from '../../../../plugins/search/types.js'; type GetAiDocumentsStoreParams = { label: string; groupName: string; metadata: Record; actions: ProcessContentActions; store: AppStore; includeInLLMsTxt?: boolean; llmstxtTitle?: string; isTypeGroup?: boolean; items?: Set; }; export declare const getAiDocumentsStore: ({ label, groupName, metadata, actions, store, includeInLLMsTxt, llmstxtTitle, isTypeGroup, items, }: GetAiDocumentsStoreParams) => (route: PageRouteDetails) => Promise; export {}; //# sourceMappingURL=get-ai-search-document.d.ts.map