import { BaseEntity } from './base-entity'; export declare class PatientInfo extends BaseEntity { nhiNumber?: string; shuntBrand?: string; shuntType?: string; hydrocephalusType?: string; shuntLocation?: string; gpName?: string; clinicName?: string; constructor(deviceDataId: string, nhiNumber?: string, shuntBrand?: string, shuntType?: string, hydrocephalusType?: string, shuntLocation?: string, gpName?: string, clinicName?: string); }