import { Model } from 'mongoose'; import { ICanteenModelAttributes } from '../../interfaces/canteenInterface'; declare const CanteenModel: Model; export default CanteenModel;