import type { TaskWorkerOptions } from '../types/workers.js'; export declare const runTaskWorker: >(file: string, identifier: string, { name, params, ...rest }: Options) => Promise;