#!/usr/bin/env node import type { Worker } from '../core/Worker.js'; export declare const processName: ({ id, queues, }: { id: number; queues: string | string[]; }) => string; export declare const getWorker: ({ index, id, clear, workoff, }: { index: number; id: number; clear: boolean; workoff: boolean; }) => Promise; //# sourceMappingURL=cedar-jobs-worker.d.ts.map