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