import { Hub } from '../types'; declare type TaskRunner = (hub: Hub, args: any) => Promise | any; export declare const workerTasks: Record; export {};