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