export declare type FeatureFlagType = { id?: string; name?: string; active?: boolean; };