export declare class ArrayUtil { static range(n: number, func: (idx: number) => T): T[]; } //# sourceMappingURL=ArrayUtil.d.ts.map