import type { SeoConfig } from '@redocly/config'; import type { LifecycleContext } from '../../../types'; import type { LLMsTxt } from './types'; export declare function generateLLMsTxt(llmstxts: LLMsTxt[], llmstxtConfig: SeoConfig['llmstxt'] | undefined, fallbackConfig: { title?: string; description?: string; siteUrl: string | undefined; } | undefined, context: LifecycleContext): Promise; export declare function llmsTxtLink({ title, description, slug, siteUrl, }: { title: LLMsTxt['title']; description: LLMsTxt['description']; slug: LLMsTxt['slug']; siteUrl?: string; }): string; export declare function validateLLMsTxtConfig(llmstxtConfig: SeoConfig['llmstxt']): void; //# sourceMappingURL=index.d.ts.map