import type * as Vital from "../index.js"; export interface PscAreaInfo { patientServiceCenters: Vital.PscAreaInfoDetails; supportedBillTypes: Vital.Billing[]; labId: number; }