export declare enum MetaType {
    NONE = "NONE",
    EXIF = "EXIF",
    QUICKTIME = "QUICKTIME"
}
