/** * Returns true if argument is an array with more than one item */ export declare function has_multiple_(a:readonly unknown[]):boolean export { has_multiple_ as _has_multiple, has_multiple_ as _has__multiple, has_multiple_ as _has__multiple__a1, }