/** * The states that an audio clip can be in. */ export declare enum AudioClipState { STOPPED = "STOPPED", PLAYING = "PLAYING", PAUSED = "PAUSED" }