declare namespace Ext { export namespace util { export interface FlyConfig { } export class Fly extends Ext.Base { public release(): void; public reset(): Ext.util.Fly; public static fly(): Ext.util.Fly; } } }