import { Model } from 'mongoose'; import { IInformationSupportModelAttributes } from '../../interfaces/informationSupportInterface'; declare const InformationSupportModel: Model; export default InformationSupportModel;