import { Model } from 'mongoose'; import { IGalleryAlbumAttributes } from '../../interfaces/photosGalleryInterface'; declare const PhotosGalleryModel: Model; export default PhotosGalleryModel;