export declare class UpdateEstimateTimeDto {
    estimateHours: number;
    additionalWorkNote: string;
}
