export declare enum SoundState {
    Playing = "playing",
    Paused = "paused",
    Stopped = "stopped"
}
