import { Guid } from "@omnia/fx-models"; export declare const PageRollupConstants: { readonly pageTitleAndLink: string; readonly searchBoxInternalName: string; readonly likeInternalName: string; readonly commentInternalName: string; readonly ratingInternalName: string; readonly lastActivityInternalName: string; readonly lastActivityAtInternalName: string; readonly lastCommentedInternalName: string; readonly feedbackInternalName: string; readonly titleInternalName: string; readonly currentPageCollectionId: string; readonly currentPublishingAppId: string; readonly socialGroupInternalName: string; readonly lastActivityCommentInternalName: string; readonly variationQueryInternalName: string; readonly currentVariationInternalName: string; readonly userVariationInternalName: string; readonly defaultVariationInternalName: string; readonly OPMProcessPropertyId: string; readonly navigationDepthLevelInternalName: string; readonly navigationStartNodeInternalName: string; readonly navigationSortInternalName: string; readonly manualSortInternalName: string; readonly pCreatedAt: string; readonly pCreatedBy: string; readonly PageSizeMax: number; readonly DefaultPageSize: number; readonly channelIdInternalName: string; readonly defaultChannelIdInternalName: string; readonly createdAtInternalName: string; readonly createdByInternalName: string; readonly FilterByCurrentUserSubscription: string; readonly pageHitsCurrentUserInternalName: string; readonly pageHitsAllUsersInternalName: string; readonly uniqueUsersInternalName: string; readonly lastViewedCurrentUserInternalName: string; readonly lastViewedAllUsersInternalName: string; readonly pageStatistisGroupInternalName: string; readonly businessProfileIdInternalName: string; readonly languageQueryInternalName: string; readonly filterEngineContextUniqueId: string; }; export declare const Constants: { social: { commentsAndLikesPropertyBagKey: string; }; featureIds: { community: string; infoScreen: string; eventmanagement: string; versionedControlledDocument: string; digitalSignage: string; socialReactions: string; webContentManagementCore: string; webContentManagementCoreSitesSelected: string; calendarRollupCore: string; communityPropertiesAndPageTypes: string; publishingAppInfrastructure: string; eventPageType: string; omniasearch: string; documentDurableLink: string; }; communityAppDefinitionInfo: { id: Guid; resourceTypeIds: { omniaCommunityApp: Guid; yammerCommunity: Guid; }; }; publishingAppDefinitionInfo: { id: Guid; resourceTypeIds: { omniaPublishingApp: Guid; spCommunicationSite: Guid; }; }; licenseIds: { digitalWorkplace: Guid; intranet: Guid; managementSystem: Guid; controlledDocuments: Guid; processManagement: Guid; }; documentDataTypeProvider: { id: string; }; properties: { registrations: { pagePropertyBindingProviderId: Guid; }; }; pageProvider: { id: string; }; enterpriseGlossary: { WCMPageGlossaryProviderId: Guid; }; prefixTokens: { publishingApp: string; page: string; }; reindexContent: { tenantResourceId: string; }; }; export declare class WCMEnterpriseProperties { static Recipients: { id: Guid; internalName: string; }; static ScheduledStartDate: { id: Guid; internalName: string; }; } export declare const InfoScreenConstants: { readonly suffixInfoScreenSettingsKey: string; readonly suffixRenderSettingsKey: string; }; export declare const InfoScreenViewIdConstants: { listViewId: string; newUXOneColumnFullWidthViewId: string; newUXOneColumnWideWidthViewId: string; newUXOneColumnNormalOmniaWidthViewId: string; }; export declare const DigitalSignageConstants: { navigation: { mainNode: string; }; settingsKey: string; views: { OneColumnFullWidthView: Guid; OneColumnWideWidthView: Guid; OneColumnNormalOmniaWidthView: Guid; }; }; export declare const SignOffRequestConstants: { actionButtonHandlerId: string; requestToLocalizeConstants: string; }; export declare const PageBuiltInColumnConstants: { layoutDataParentPageId: string; publishingAppId: string; workflowStatus: string; checkedOutBy: string; pageCollectionId: string; suspended: string; }; export declare const PageRollupFilterEngineContextPropertyTypes: { publishingApp: Guid; pageType: Guid; publishingChannel: Guid; checkedOutBy: Guid; }; export declare const OmniaSearchConstants: { timestamp(str: string): string; readonly title: string; readonly type: string; readonly pageCollectionId: string; readonly publishingAppId: string; readonly pUrlSegment: string; readonly pageId: string; readonly channels: string; readonly defaultChannel: string; readonly layoutDataParentPageId: string; readonly commentsAndLikesSettings: string; readonly commentCount: string; readonly reactionCount: string; readonly commentCountLastWeek: string; readonly reactionCountLastWeek: string; readonly commentCountLastMonth: string; readonly reactionCountLastMonth: string; readonly pageHitsTotal: string; readonly uniqueVisitorsTotal: string; readonly pageHitsLastWeek: string; readonly uniqueVisitorsLastWeek: string; readonly pageHitsLastMonth: string; readonly uniqueVisitorsLastMonth: string; readonly variationId: string; readonly variationOfPageId: string; readonly createdVariationIds: string; readonly createdPublishedVariationIds: string; readonly isDefaultPageVariation: string; readonly hiddenByPageId: string; readonly deletedAt: string; readonly suspended: string; readonly publishingAppTitle: string; };