export declare class appointment_doctor_shift1 {
    staff_id: number;
    global_shift_id: number;
    Hospital_id: number;
}
export declare class CountDto {
    details: appointment_doctor_shift1[];
    total: number;
}
