import type { IParallelEnumerable } from "../../types"; export declare const toSet: (source: IParallelEnumerable) => Promise>;