/** * Promoted state * * @internal */ export declare enum PromotedState { /** * Regular page (can later be promoted to news) */ NotPromoted = 0, /** * News post (a page with special notifications sent out upon publishing) */ Promoted = 2 } //# sourceMappingURL=PromotedState.d.ts.map