export declare class CreateDiagnosisCategoryListDto {
    diagnosis_test_category: string;
}
