export declare enum FieldType {
    Text = "Text",
    Integer = "Integer",
    Boolean = "Boolean",
    List = "List"
}
