export declare const tests: { "first returns the first element of the sequence"(): Promise; "first with empty sequence throws an error on empty sequence"(): Promise; "first iterator closing"(): Promise; };