export interface IMediaRetriever { getMediaURL(contentURL: string, fileFormat: string): any; }