/** * Enum for content rendering formats */ export declare enum AsContent { Plain = "plain", Html = "html", Ricos = "ricos" }