import type { AsyncApiDefinition } from '@redocly/asyncapi-docs'; import type { PageRouteDetails, ProcessContentActions, AfterRoutesCreatedLifecycleContext } from '../../../types'; import type { AiDocumentsStore } from '../../../plugins/search/types.js'; export declare const getAiDocumentsStore: ({ actions, document, metadata, }: { actions: ProcessContentActions; document: AsyncApiDefinition; metadata: Record; }) => (route: PageRouteDetails, _staticData: unknown, context: AfterRoutesCreatedLifecycleContext) => Promise; //# sourceMappingURL=get-ai-search-documents.d.ts.map