export declare enum AstTypes {
    Document = "Document",
    Tag = "Tag",
    Text = "Text",
    Doctype = "Doctype",
    Comment = "Comment",
    Script = "Script",
    Style = "Style"
}
