import { Job, JobAttributes } from".";
/**
* Given a job, turn it into an object we can store in Mongo
* @name Job#toJSON
* @function
* @returns json object from Job
*/export declare consttoJson: (this: Job) =>Partial<JobAttributes>;
//# sourceMappingURL=to-json.d.ts.map