export {} declare global { type VitalValue = string | number | 'skipped' type AutoVitalEntry = { value: string | number time: number connectionId: string monitorType: string } }