import type { IConstructor, IEnumerable } from "../types/index.js"; /** * Binds LINQ method to a built in array type * @param jsArray Built In JS Array Type */ export declare const bindArray: & ArrayLike, TKey extends keyof IEnumerable>(jsArray: IConstructor) => void;