export declare const tests: { "concat emits items from both sequences in sequence"(): void; "concat works with multiple concatenations"(): void; "concat can reuse the same iterable multiple times"(): void; "concat iterator closing"(): void; };