import { Identity } from "@omnia/fx-models"; import { Setting } from "./Setting"; export declare class GlobalSettings extends Setting { constructor(); archiveSiteUrl: string; exportPdfCustomStyles: string; exportPdfStyling: string; exportPdfFooter: string; exportPdfCoverPage: string; enableApproversGroup: boolean; documentAuthorsType: DocumentAuthorsType; retentionManagers: Array; } export declare enum DocumentAuthorsType { SpecificGroup = 0, SiteOwners = 1, SiteOwnersAndMembers = 2 }