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