export declare const toValueAsync: <T>(iterable: AsyncIterable<T>) => Promise<T | undefined>;
