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