import { Context } from 'koishi'; import { Config } from './index'; /** * 提取所有翻译(从 Wiki、GitCode 和翻译表) * @param ctx - Koishi 上下文 * @param cfg - 配置选项 * @param searchStr - 搜索字符串 * @returns Promise 格式化的翻译结果 */ export declare function extractTranslations(ctx: Context, cfg: Config, searchStr: string): Promise;