import { type IParallelEnumerable } from "../../types/index.js"; /** * Returns an empty IParallelEnumerable that has the specified type argument. * @returns An empty IParallelEnumerable whose type argument is TResult. */ export declare const emptyParallel: () => IParallelEnumerable;