/** * @description 判断是否是长度 */ export declare const isLength: (value: any) => boolean;