export declare const tests: { "zipLongest returns a sequence of zipped sets"(): Promise; "zipLongest with sequences of different length fills holes with undefined"(): Promise; "zipLongest can accept more than two iterables"(): Promise; "zipLongest iterator closing all if early"(): Promise; };