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