export declare class FeatureFlagService { featureFlags: string[]; constructor(featureFlags?: string[]); featureEnabled(feature: string): boolean; }