export declare class Prescription {
    Hospital_id: number;
    patient_id: number;
    record_name: string;
    appointment_id: string;
    files: string;
}
