import { Model } from 'mongoose'; import { IInstituteFeeModelAttributes } from '../../interfaces/instituteFeeInterface'; declare const InstituteFeeModel: Model; export default InstituteFeeModel;