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