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