import type { AiSearchDocument } from '../../types'; import type { LLMsTxt } from './llmstxt/types'; export type AiDocumentsStore = { getLLMsTxts: () => Promise; getSearchDocuments: () => Promise; }; //# sourceMappingURL=types.d.ts.map