export declare class CheckOldPatient {
    hospital_id: number;
    search_by: string;
    value: string;
}
