export declare enum SoundFlags { None = 0, Loop = 1, SyncMaster = 2, SyncSlave = 4, SyncPending = 8, Queue = 16, Stop = 32, }