/// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// import { Schema } from 'mongoose'; import type { IMongoFile } from '~/types'; declare const file: Schema; export default file;