export declare class CatalogDomainCatalogSettings { isActive: boolean; intendedFor: string; viewType: string; deliveryTimeInDays: number; hasDiscountPercentagePerLine: boolean; maxDiscountPercentagePerLine: number; hasDiscountPercentageTotal: boolean; maxDiscountPercentageTotal: number; canEditLinePrice: boolean; canEditTotalPrice: boolean; image?: string; } //# sourceMappingURL=catalogSettings.d.ts.map