/** Offer change */
export interface OfferChange {
    /** The current offer will be replace by this one on the next renew. */
    offer: string;
}
//# sourceMappingURL=OfferChange.d.ts.map