import type * as Vital from "../index.js"; export interface GroupedNote { source: Vital.ClientFacingSource; data: Vital.ClientFacingNoteSample[]; }