/** * 获取字符串字符长度 * * @category Utils * @param string : 传入的字符串 * @returns : 字符串的字符长度 */ export declare const getStrLen: (string: string) => number;