export declare enum TitleLevel { FIRST = "first", SECOND = "second", THIRD = "third", FOURTH = "fourth", FIFTH = "fifth", SIXTH = "sixth" }