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 const toJson: (this: Job) => Partial; //# sourceMappingURL=to-json.d.ts.map