/** Normalization of values */ export interface NormalizationFunction { (value: TValue): TValue; }