export declare const tests: { "iterableGenerator returns an object that can be iterated"(): void; "iterableGenerator function returns an object that can be iterated many times"(): void; "iterableGenerator forwards arguments to generator function"(): void; };