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