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