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