import { AsyncIterableX } from './asynciterablex';
export declare function throwError<TSource>(error: any): AsyncIterableX<TSource>;
