declare namespace Ext { export namespace app { export namespace bind { export interface AbstractStubConfig { } export class AbstractStub extends Ext.util.Schedulable { public owner?: Ext.data.Session | Ext.app.ViewModel; } } } }