/** * 语言码归一化工具 * - 统一为小写 + 连字符风格(示例:zh-cn, en-us, pt-br) * - 支持下划线转连字符 * - 去除首尾空白 */ export declare function normalizeLocale(input: string): string; //# sourceMappingURL=locale-utils.d.ts.map