/** * A hook that returns an array of active feature flags. * @returns an array of active feature flags */ export declare function useActiveFeatureFlags(): string[] | undefined;