export declare function getErrorAsyncIterable<E = Error>(iterable: AsyncIterable<unknown>): Promise<E | undefined>;
