import type { GlobalSearchProviderLabel } from '../types'; /** * 从 ProviderLabel 中按当前语言取一条文案; * 兜底顺序:当前 → en → zh-CN → 第一条非空。 */ export declare function getLocaleLabel(label: GlobalSearchProviderLabel | undefined, locale: string): string;