import type * as Vital from "../index.js"; export interface AreaInfo { zipCode: string; phlebotomy: Vital.PhlebotomyAreaInfo; centralLabs: Record; }