// Type definitions for Titanium Movile 3.1.3.GA
// Project: http://www.appcelerator.com/
// Definitions by: Airam Rguez
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// This file has been automatically generated.
declare module Ti {
export var bubbleParent : boolean;
export var buildDate : string;
export var buildHash : string;
export var userAgent : string;
export var version : number;
export function addEventListener (name: string, callback: (...args : any[]) => any) : void;
export function applyProperties (props: Dictionary