declare const replaceError: (iterable: Iterable, replacer: (error: any) => Iterable) => Iterable; export { replaceError as default };