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