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