export declare enum EGtintype {
    ZERO = "SEM GTIN",
    EIGHT = "8",
    TWELVE = "12",
    THIRTEEN = "13",
    FOURTEEN = "14"
}
