/**
 * This file was generated by st-open-api
 */
import { IPacktechMaterialAcquisitionAndPreProcessing } from './i-packtech-material-acquisition-and-pre-processing';
import { IValueWithUnit } from './i-value-with-unit';
export interface IPacktechCalculationResponseParts {
    distribution: IValueWithUnit;
    endOfLife: IValueWithUnit;
    generalEmissions: IValueWithUnit;
    materialAcquisitionAndPreProcessing: IPacktechMaterialAcquisitionAndPreProcessing;
    production: IValueWithUnit;
}
