import { Model } from 'mongoose'; import { IBDayWishModelAttributes } from '../../interfaces/bDayWishInterface'; declare const BDayWishModel: Model; export default BDayWishModel;