import { WorkerMessage } from '../actions';
export declare const postWorkerJob: (worker: Worker, message: WorkerMessage) => Promise<WorkerMessage>;
