import { type FeatureContext, type ILiveFeatures } from "@gooddata/api-client-tiger"; import { type ITigerFeatureFlags } from "../uiFeatures.js"; import { type FeatureDef } from "./feature.js"; export declare function getFeatureHubFeatures(features: ILiveFeatures["live"], wsContext?: Partial): Promise>; export type FeatureHubResponse = { id: string; features: FeatureDef[]; }[]; //# sourceMappingURL=hub.d.ts.map