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