declare namespace Ext { export namespace direct { export interface EventConfig { } export class Event extends Ext.Base { public constructor(config?: object); public getData(): any; } } }