export declare class DoctorSlotShift {
    shift_id: number;
    staff_id: number;
    date: any;
    hospital_id: number;
    patient_id?: number;
}
