import type { FeatureValue } from './types'; /** Validate and detach a feature value so every driver has identical semantics. */ export declare function normalizeFeatureValue(value: unknown): FeatureValue;