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