export declare class operation_category1 {
    category: string;
    is_active: string;
    Hospital_id: number;
}
export declare class CountDto {
    details: operation_category1[];
    total: number;
    limit: number;
}
