import type * as Vital from "../index.js"; export interface Consent { consentType: Vital.ConsentType; version?: string; timeOfConsent?: Date; }