/** * Check if an array has all of the expected entries, regardless of order. */ export declare function hasAll(...expectations: any[]): import("tersify").Tersible<(arr: any) => boolean>; //# sourceMappingURL=hasAll.d.ts.map