import { Guid } from "@omnia/fx-models"; import { ActiveUserDashboardSettings, UnderusedSettings } from "../fx/models"; import { WCMTentantSettings } from "../models"; export declare class WcmCoreConstants { static get ChannelGeneralCategory(): string; static get SharepointSyncSettingsKey(): string; static get WCMTenantSettingsKey(): string; static get FakeAppInstanceIdForWcmTenant(): import("@omnia/fx-models").GuidValue; static get UserPropertyMetricsSettingsKey(): string; static get UnderusedSettingsKey(): string; static get ActiveUserSettingsKey(): string; static get UnderusedSettingsDefault(): UnderusedSettings; static get ActiveUserSettingsDefault(): ActiveUserDashboardSettings; static get DefaultWcmTenantSettings(): WCMTentantSettings; static get WCMAdminLocalizationNamespace(): string; static get commentSearchProviderId(): string; static get PageSearchTokenProviderId(): string; static get DocumentDataTypeProviderId(): string; static get BackupDataLibraryUrl(): string; static get WCMDocumentsLibraryUrl(): string; static get PageDocumentIndexId(): string; static get OmniaSearchMigrationId(): string; static get Newsletter(): { SuffixDoneElement: string; SuffixStartRenderingElement: string; SuffixDoneRenderingElement: string; PageRollupNewsletterView: string; BannerBlock: string; SendEmailParameter: string; }; static get SemanticSearchReferenceType(): { providerId: Guid; page: Guid; builtinProperty: { pageType: string; publishingApp: string; }; }; }