import { Price as AliasTypePrice } from '../../../order/Price';
/** Price details for an offer */
export interface Price {
    /** Description of the price */
    description: string;
    /** Price of the offer */
    price?: AliasTypePrice;
}
//# sourceMappingURL=Price.d.ts.map