declare namespace Ext { export namespace fx { export interface ManagerConfig { forceJS?: boolean; interval?: number; } export class Manager { public addAnim(anim?: Ext.fx.Anim): void; public removeAnim(anim?: Ext.fx.Anim): void; } } }