export interface IAsyncQueueStats { all: number; done: number; running: number; enqueued: number; active: number; }