declare namespace Ext { export interface GlobalEventsConfig { listeners?: object; } export class GlobalEvents extends Ext.mixin.Observable { } }