import type * as Vital from "../index.js"; export interface PhlebotomyAreaInfo { isServed: boolean; providers: Vital.PhlebotomyProviderInfo[]; }