/// import * as i0 from "@angular/core"; export declare class FeatureCheckerService { get(featureName: string): abp.features.IFeature; getValue(featureName: string): string; isEnabled(featureName: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }