import { throwError as _throwError } from '../../asynciterable/throwerrror';
export declare namespace asynciterable {
    let throwError: typeof _throwError;
}
declare module '../../asynciterable/asynciterablex' {
    namespace AsyncIterableX {
        export { _throwError as throwError };
    }
}
