export declare enum ProductForm {
    Undefined,
    Audio,
    AudioCassette,
    CdAudio,
    Dat,
    AudioDisc,
    AudioTape,
    MiniDisc,
    CdExtra,
    DvdAudio,
    DownloadableAudioFile,
    PreRecordedDigitalAudioPlayer,
    PreRecordedSdCard,
    Lp,
    DownloadableAndOnlineAudioFile,
    OnlineAudioFile,
    OtherAudioFormat,
    Book,
    Hardback,
    PaperbackSoftback,
    LooseLeaf,
    SpiralBound,
    Pamphlet,
    LeatherFineBinding,
    BoardBook,
    RagBook,
    BathBook,
    NoveltyBook,
    SlideBound,
    BigBook,
    PartWork,
    FoldOutBookOrChart,
    FoamBook,
    OtherBookFormat,
    SheetMap,
    SheetMapFolded,
    SheetMapFlat,
    SheetMapRolled,
    Globe,
    OtherCartographic,
    DigitalPhysicalCarrier,
    CdRom,
    CdI,
    GameCartridge,
    Diskette,
    DvdRom,
    SecureDigitalMemoryCard,
    CompactFlashMemoryCard,
    MemoryStickMemoryCard,
    UsbFlashDrive,
    DoubleSidedCdDvd,
    BrRom,
    OtherDigitalCarrier,
    Digital,
    DigitalDownloadAndOnline,
    DigitalOnline,
    DigitalDownload,
    FilmOrTransparency,
    Slides,
    OhpTransparencies,
    Filmstrip,
    Film,
    OtherFilmOrTransparencyFormat,
    DigitalProductLicense,
    DigitalProductLicenseKey,
    DigitalProductLicenseCode,
    Microform,
    Microfiche,
    Microfilm,
    OtherMicroform,
    MiscellaneousPrint,
    AddressBook,
    Calendar,
    Cards,
    Copymasters,
    DiaryOrJournal,
    Frieze,
    Kit,
    SheetMusic,
    PostcardBookOrPack,
    Poster,
    RecordBook,
    WalletOrFolder,
    PicturesOrPhotographs,
    Wallchart,
    Stickers,
    Plate,
    NotebookBlankBook,
    Organizer,
    Bookmark,
    Leaflet,
    BookPlates,
    OtherPrintedItem,
    MultipleComponentRetailProduct,
    MultipleComponentRetailProductBoxed,
    MultipleComponentRetailProductSlipCased,
    MultipleComponentRetailProductShrinkWrapped,
    MultipleComponentRetailProductLoose,
    MultipleComponentRetailProductPartEnclosed,
    Video,
    Videodisc,
    DvdVideo,
    VhsVideo,
    BetamaxVideo,
    Vcd,
    Svcd,
    HdDvd,
    BluRay,
    UmdVideo,
    Cbhd,
    OtherVideoFormat,
    TradeOnlyMaterial,
    DumpbinEmpty,
    DumpbinFilled,
    CounterpackEmpty,
    CounterpackFilled,
    PosterPromotional,
    ShelfStrip,
    WindowPiece,
    Streamer,
    SpinnerEmpty,
    LargeBookDisplay,
    ShrinkWrappedPack,
    BoxedPack,
    Pack,
    SpinnerFilled,
    OtherPointOfSaleIncludingRetailProduct,
    OtherPointOfSale,
    GeneralMerchandise,
    DollOrFigure,
    SoftToy,
    Toy,
    Game,
    TShirt,
    EBookReader,
    TabletComputer,
    AudiobookPlayer,
    Jigsaw,
    Mug,
    ToteBag,
    Tableware,
    Umbrella,
    PaintsCrayonsPencils,
    OtherToyGameAccessories,
    OtherApparel,
    OtherMerchandise
}
