declare const enum VariantCondition {
    NEW = "NEW",
    USED = "USED",
    REFURBISHED = "REFURBISHED"
}
export default VariantCondition;
