import { Model } from 'mongoose'; import { IPlannerModelAttributes } from '../../interfaces/plannerInterface'; declare const PlannerModel: Model; export default PlannerModel;