declare namespace Ext { export namespace plugin { export interface ManagerConfig { } export class Manager extends Ext.Base { } } }