export declare enum Unit { LINEAR = "linear", NORMALIZED = "normalized", PERCENT = "percent", DECIBEL = "decibel", HERTZ = "hertz", SEMITONES = "semitones", SECONDS = "seconds", BEATS = "beats", BPM = "bpm" }