import { ArrayBox$1 } from "./array"; import { Type } from "./type"; /** * @hidden */ export interface IArrayList { asArrayList(): ArrayBox$1; } /** * @hidden */ export declare let IArrayList_$type: Type;