import { Model } from 'mongoose'; import { IJobApplyAttributes } from '../../interfaces/jobApplyInterface'; declare const JobApplyDetails: Model; export default JobApplyDetails;