/**
 * 判断是否是空数组
 */
declare function isEmptyArray(val: unknown): boolean;

export { isEmptyArray };
