declare module native { export class Array { constructor(); length: number; [index: number]: T; } } import globalAndroid = android;