import { Price } from '../../../order/Price';
/** Available modem option for the offer */
export interface OfferModemOption {
    /** Name of the modem */
    name: string;
    /** Price of for this modem */
    price?: Price;
}
//# sourceMappingURL=OfferModemOption.d.ts.map