export declare const tests: { "scan returns a sequence of intermediate reductions"(): Promise; "scan throws an error if sequence is empty"(): Promise; "scan can accept a seed value which is used as the initial accumulator"(): Promise; "can returns a sequence just of the initial value when given empty sequence"(): Promise; "scan iterator closing"(): Promise; "scan iterator closing on reducer error"(): Promise; };