export declare class PermissionsSettingsProperties { private readonly _assistiveTechnology; private readonly _formFilling; private readonly _copying; private readonly _pageExtraction; private readonly _documentAssembly; private readonly _commenting; private readonly _printing; private readonly _editing; constructor(permissions: any); get hasAssistiveTechnology(): boolean; get isFormFillingAllowed(): boolean; get isCopyingAllowed(): boolean; get isPageExtractionAllowed(): boolean; get isDocumentAssemblyAllowed(): boolean; get isCommentingAllowed(): boolean; get printingPermissionLevel(): string; get isEditingAllowed(): boolean; }