/**
*  Possible values: * **StartSound** * **StopSound** * **SetDefaultVolume**
*/
export declare enum SoundAction {
    StartSound = "StartSound",
    StopSound = "StopSound",
    SetDefaultVolume = "SetDefaultVolume"
}
