/** * 对单条文本做 embedding。 * 未配置在线或在线连接失败时使用本地 embedding;均不可用时返回 null(仅首次打日志)。 */ export declare function embed(text: string): Promise;