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