import { Job } from ".";
/**
 * Sets priority of the job
 * @param priority priority of when job should be queued
 */
export declare const priority: (this: Job, priority: string) => Job;
//# sourceMappingURL=priority.d.ts.map