import { CLIOptions } from '../index';
/**
 * Create or update the llms.txt file for LLM crawlers
 */
export declare function updateLlmsTxt(options: CLIOptions): Promise<void>;
