import type { LoadContext, Plugin } from '@docusaurus/types';
import type { PluginOptions } from './options';
export default function pluginLLMsTxt(context: LoadContext, options: PluginOptions): Plugin;
