import type { IPrototype } from "../types"; /** * Binds LINQ methods to an iterable type * @param object Iterable Type */ export declare const bindLinqParallel: >(object: IPrototype) => void;