export declare class UpdateCustomerTreatmentPlanDto {
    treatment_plan_id: number;
    plan_image?: string;
}
