import { type IAsyncEqualityComparer, type IAsyncParallel, type IParallelEnumerable } from "../../types"; export declare const unionAsync: (first: IAsyncParallel, second: IAsyncParallel, comparer: IAsyncEqualityComparer) => IParallelEnumerable;