export declare class UpdateDiagnosisCategoryListDto {
    diagnosis_test_category: string;
    id: number;
}
