import { PrintEstimatesBase } from '../../../generated/model/domain/value-object/print-estimates.base'; import { PrintTimeEstimates } from '../../model/value-object/print-time-estimates.vo'; import { MaterialEstimates } from '../../model/value-object/material-estimates.vo'; interface PrintEstimatesCreateProps { requiresSupports: boolean; estimatedPrintTimeMinutes: number; estimatedMaterialGrams: number; printTimeEstimates: PrintTimeEstimates | null; materialEstimates: MaterialEstimates | null; } export declare class PrintEstimates extends PrintEstimatesBase { private constructor(); static create(props: PrintEstimatesCreateProps): PrintEstimates; } export {}; //# sourceMappingURL=print-estimates.vo.d.ts.map