/** 判断是否为数组 */ export declare function isArray(obj: any): boolean;