export declare class pharmacy_medicine_category1 {
    medicine_category: string;
    Hospital_id: number;
}
export declare class CountDto {
    details: pharmacy_medicine_category1[];
    total: number;
}
