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