import { Job } from "."; /** * Saves a job into the MongoDB * @name Job# * @function * @returns instance of Job resolved after job is saved or errors */ export declare const save: (this: Job) => Promise; //# sourceMappingURL=save.d.ts.map