export declare class UpdateDiagnosisSubCategoryListDto {
    id: number;
    category_id: number;
    sub_category: string;
}
