/** ℹ️ This enum is non-exhaustive. */ export declare const ConsentType: { readonly TermsOfUse: "terms-of-use"; readonly TelehealthInformedConsent: "telehealth-informed-consent"; readonly MobileTermsAndConditions: "mobile-terms-and-conditions"; readonly NoticeOfPrivacyPractices: "notice-of-privacy-practices"; readonly PrivacyPolicy: "privacy-policy"; readonly HipaaAuthorization: "hipaa-authorization"; }; export type ConsentType = (typeof ConsentType)[keyof typeof ConsentType];