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