import { Base, IList$1, Type } from "./type"; /** * @hidden */ export declare class ArrayAccessHelper extends Base { static $t: Type; static b(values_: IList$1): number[]; static c(values_: IList$1): number[]; static a(a: IList$1): number[][]; }