export declare const native_isArray:(arg:any)=>arg is any[] /** * Is the argument an Array? */ export declare function isArray(obj:I):boolean