import { AnyIterable } from 'augmentative-iterable'; import { AsyncCatchCallback } from '../types'; export declare function catchAsync(this: AnyIterable, errorCallback: AsyncCatchCallback): AsyncGenerator, void, any>;