declare const runWorker: <D>(name: string, data: D) => Promise<unknown>;
export { runWorker, };
