export declare enum PurchaseType {
    smartphone = "smartphone",
    tablet = "tablet",
    computer = "computer",
    laptop = "laptop",
    tv = "tv",
    fossilFuelCar = "fossilFuelCar",
    hybridCar = "hybridCar",
    eletricCar = "eletricCar",
    cryptoCurrencyPoW = "cryptoCurrencyPoW",
    singleEditionNFT = "singleEditionNFT"
}
