import { CreateCustomerTreatmentPlanImageDto } from "./customer-treatment-image.dto";
export declare class CreateCustomerTreatmentPlanDto {
    customer_id: number;
    comments?: string;
    images?: CreateCustomerTreatmentPlanImageDto[];
}
