import { AccessLevel } from '../../model/embed/AccessLevel.mjs'; export declare class HealthElementDelegateOptions { accessLevel: AccessLevel; shareEncryptionKey: boolean; shareSecretId: boolean; /** * * Specifies if the id of the patient linked to the health element should be shared with the delegate */ sharePatientId: boolean; constructor(partial: Partial & Pick); }