/**
 * Describes specific variations of asset media. Maps to [`PHAssetMediaSubtype`](https://developer.apple.com/documentation/photokit/phassetmediasubtype).
 * @platform ios
 */
export declare enum MediaSubtype {
    DEPTH_EFFECT = "depthEffect",
    HDR = "hdr",
    HIGH_FRAME_RATE = "highFrameRate",
    LIVE_PHOTO = "livePhoto",
    PANORAMA = "panorama",
    SCREENSHOT = "screenshot",
    STREAM = "stream",
    TIME_LAPSE = "timelapse",
    SPATIAL_MEDIA = "spatialMedia",
    VIDEO_CINEMATIC = "videoCinematic"
}
//# sourceMappingURL=MediaSubtype.d.ts.map