export declare const tests: { "reduce reduces the sequence using the given reducer"(): Promise; "reduce with initial value calls the callback with that value initiall"(): Promise; "reduce without seed throws on empty sequence"(): Promise; "reduce with seed returns it on empty sequence"(): Promise; "reduce iterator closing on reducer error"(): Promise; };