export declare class ProductProcessingReloadCharacteristicsDto { id: string; minReloadAmount: number; maxReloadAmount: number; reloadSystem: string; isReloadable: boolean; constructor(d?: ProductProcessingReloadCharacteristicsDto); }