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