/**
 * The type for the parsed feature flags.
 * This type should be used when EPS consumes feature flags.
 */
export interface FeatureFlags {
    EPSSupportgRPC: boolean;
    EPSStaticTacoUnpack: boolean;
}
