/**
 * CEFR Analyzer 基本使用示例
 */
/**
 * 分析文本示例
 * @param text 要分析的文本
 */
export declare function analyzeTextExample(text: string): void;
