export declare class operation1 {
    operation: string;
    is_active: string;
    category_id: number;
    Hospital_id: number;
}
export declare class CountDto {
    details: operation1[];
    total: number;
}
