export default function asyncWorker({ work, tasks, done }: { work: any; tasks: any; done: any; }): void;