import { FeaturesState } from './FeaturesState';
import { FeatureValue } from './FeatureState';
export default function testFeature(feature: string, states: FeaturesState[]): FeatureValue;
