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