declare namespace Ext { export namespace grid { export namespace plugin { export interface HeaderReordererConfig { id?: string; pluginId?: string; stateEvents?: string | []; } export class HeaderReorderer extends Ext.plugin.Abstract { } } } }