/** * The different types of media items. * * @public */ export declare enum EMediaType { PHOTO = "PHOTO", VIDEO = "VIDEO", GIF = "GIF" }