import { CatchCallback } from '../types';
export declare function catchSync<T>(this: Iterable<T>, errorCallback: CatchCallback): Generator<T, void, any>;
