export declare enum LoopState {
    PlayAll = 0,
    LoopAll = 1,
    LoopCue = 2
}
