export declare enum ListMode {
    ALL = "all",
    TREE = "tree",
    LIST = "list"
}
