/**
 * CustomFieldType
 *
 * @description The type of custom field
 */
export declare enum CustomFieldType {
    StringType = "StringType"
}
