import { Model } from 'mongoose'; import { IModulePriceModelAttributes } from '../../interfaces/modulePriceInterface'; declare const ModulePriceModel: Model; export default ModulePriceModel;