import { Base, IList$1, IList, IComparable, Type } from "./type"; import { IIndexedPool$1 } from "./IIndexedPool$1"; /** * @hidden */ export declare class ArrayExtension extends Base { static $t: Type; static shuffle$1($t: Type, a: IList$1): void; static quickSort(a: IList, b: (arg1: any, arg2: any) => number): void; private static h; private static f; static insertionIndex$1($t: Type, a: IList$1, b: T): number; static insertionIndex$11($t: Type, a: IList$1, b: (x: T, y: T) => number, c: T): number; static binarySearch$11($t: Type, a: IList$1, b: (arg1: T) => number): number; static binarySearch$1($t: Type, a: IIndexedPool$1, b: (arg1: T) => number): number; static getModulus$1($t: Type, a: IList$1, b: number): T; }