declare namespace Ext { export interface featureConfig { } export class feature { public has(name?: string): boolean; } }