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