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