export = index;
declare function index(worker: any, work: any, concurrency: any): any;
declare namespace index {
  const async: any;
}
