export declare const tests: { "map returns a mapped sequences"(): Promise; "the mapper function receives the index as second arg"(): Promise; "map iterator closing"(): Promise; "map iterator closing on mapper error"(): Promise; };