import { PageId } from "../pages"; export declare const WCMPageIdCustomPropertyName = "WCMPageId"; export interface WCMEnterpriseGlossaryPageSourceInformation { WCMPageId: PageId; }