export declare const toSetAsync: <T>(iterable: AsyncIterable<T>) => Promise<Set<T>>;
