export interface Queue {
    run() : Promise<any> 
}