import { MonoTypeOperatorAsyncFunction } from '../../interfaces'; export declare function catchWith(handler: (error: any) => AsyncIterable | Promise>): MonoTypeOperatorAsyncFunction;