export declare enum ShippingOptionPriceType {
    CALCULATED = "calculated",
    FLAT = "flat"
}
//# sourceMappingURL=shipping-options.d.ts.map