import type { LoadContext } from '@docusaurus/types';
import type { CommanderStatic } from 'commander';
import type { PluginOptions } from '../types';
/**
 * Register the `llms-txt` command
 * @internal
 */
export declare function registerLlmsTxt(cli: CommanderStatic, _pluginName: string, baseOptions: Partial<PluginOptions>, context: LoadContext): void;
/**
 * Register the `llms-txt-clean` command
 * @internal
 */
export declare function registerLlmsTxtClean(cli: CommanderStatic, _pluginName: string, baseOptions: Partial<PluginOptions>, context: LoadContext): void;
//# sourceMappingURL=command.d.ts.map