import { IterableX } from '../../iterable/iterablex'; /** * @ignore */ export declare function onErrorResumeNextProto(this: IterableX, ...args: Iterable[]): IterableX; declare module '../../iterable/iterablex' { interface IterableX { onErrorResumeNext: typeof onErrorResumeNextProto; } }