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