import { Job } from ".";
/**
 * Updates "lockedAt" time so the job does not get picked up again
 * @name Job#touch
 * @function
 */
export declare const touch: (this: Job) => Promise<Job>;
//# sourceMappingURL=touch.d.ts.map