export declare const Yields: (values: Array<any>) => Array<IteratorYieldResult<any>>;
