export declare class PinyinUtil { static pinyin: any; static getCamelChars(str: string): string; /** * 对数组进行排序 * @param data 需要排序的数组 * @param attr 需要排序的字段 * @param isDesc 是否倒序 */ static sortByPinyin(data: any[], attr: string, isDesc?: boolean): void; }