import type { LanguageCode } from '@arvinxu/languages'; /** * 本地语言检查模块 */ export declare const detectLang: (text: string) => LanguageCode;