export interface QueueOptions {
    repeatTrack: boolean;
    repeatQueue: boolean;
    skipOnError: boolean;
}
