import { Guid } from ".."; export declare class CustomerDomainPriceAgreement { articleDescription: string; articleId: Guid; price: number; discountPercentage: number; isDiscountPercentage: boolean; } //# sourceMappingURL=priceAgreement.d.ts.map