/** * 判断一个字符串得字节长度 * @param str * @returns */ export declare function bytesLnegth(str: string): number; export declare function cutStr(str: string, L: number): string | undefined;