
declare namespace MG {
	export interface Session {
		Device: any;
		User: any;
	}
}
