/** @internal */
export declare function returnIteratorCatchingErrors(iterator: AsyncIterator<unknown>): Promise<void>;
