declare namespace Ext { export namespace perf { export interface MonitorConfig { } export class Monitor extends Ext.Base { } } }