export declare enum UnpricedItemType {
    FreeOfCharge,
    PriceToBeAnnounced,
    NotSoldSeparately,
    ContactSupplier,
    NotSoldAsSet,
    RevenueShare,
    CalculatedFromContents,
    SupplierDoesNotSupply
}
