import type { FeatureFlagsShape, FeatureFlagController } from "../types"; /** * Composable to access feature flags * Works with both Pinia-based and simple reactive implementations */ export declare function useFeatureFlags(): FeatureFlagController;