export type SoundAttenuationFunction = number;
export namespace SoundAttenuationFunction {
    let Linear: number;
    let Logarithmic: number;
    let Smith: number;
}
//# sourceMappingURL=SoundAttenuationFunction.d.ts.map