import { MediaType } from '../enum/medias.enum'; export declare class ExternalMediaDto { ObjectId: string; ObjectType: string; Type: MediaType; URL: string; ExternalSource: string; Title: string; Description: string; }